'Declaration Public Overloads Shared Function Convert( _
ByVal disposeBitmapA value indicating whether bitmap must be disposed, so the caller must not reference it again.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal bitmapThe bitmap.As Boolean _
) As System.Drawing.Bitmap
public static System.Drawing.Bitmap Convert(
Vintasoft.Imaging.VintasoftBitmap disposeBitmap,
bool bitmap
)
public: static System.Drawing.Bitmap* Convert(
Vintasoft.Imaging.VintasoftBitmap* disposeBitmap,
bool bitmap
)
public:
static System.Drawing.Bitmap^ Convert(
Vintasoft.Imaging.VintasoftBitmap^ disposeBitmap,
bool bitmap
)
Parameters
- disposeBitmap
- A value indicating whether bitmap must be disposed, so the caller must not reference it again.
- bitmap
- The bitmap.
Return Value
A new instance of System.Drawing.Bitmap.