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