'Declaration Public Overloads Shared Function Convert( _
ByVal bitmapThe bitmap.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal disposeBitmapDetermines that bitmap must be disposed, so the caller must not reference it again.As Boolean _
) As System.Windows.Media.Imaging.BitmapSource
public static System.Windows.Media.Imaging.BitmapSource Convert(
Vintasoft.Imaging.VintasoftBitmap bitmap,
bool disposeBitmap
)
public: static System.Windows.Media.Imaging.BitmapSource* Convert(
Vintasoft.Imaging.VintasoftBitmap* bitmap,
bool disposeBitmap
)
public:
static System.Windows.Media.Imaging.BitmapSource^ Convert(
Vintasoft.Imaging.VintasoftBitmap^ bitmap,
bool disposeBitmap
)
Parameters
- bitmap
- The bitmap.
- disposeBitmap
- Determines that bitmap must be disposed, so the caller must not reference it again.
Return Value
A new instance of System.Windows.Media.Imaging.BitmapSource.