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