'Declaration Public Overloads Shared Function Convert( _
ByVal bitmapThe bitmap.As System.Windows.Media.Imaging.BitmapSource, _
ByVal disposeBitmapDetermines that bitmap must be disposed, so the caller must not reference it again.As Boolean _
) As Vintasoft.Imaging.VintasoftBitmap
public static Vintasoft.Imaging.VintasoftBitmap Convert(
System.Windows.Media.Imaging.BitmapSource bitmap,
bool disposeBitmap
)
public: static Vintasoft.Imaging.VintasoftBitmap* Convert(
System.Windows.Media.Imaging.BitmapSource* bitmap,
bool disposeBitmap
)
public:
static Vintasoft.Imaging.VintasoftBitmap^ Convert(
System.Windows.Media.Imaging.BitmapSource^ 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 VintasoftBitmap.