'Declaration Public Overloads Shared Function Convert( _
ByVal bitmapThe SkiaSharp.SKBitmap object.As SkiaSharp.SKBitmap, _
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(
SkiaSharp.SKBitmap bitmap,
bool disposeBitmap
)
public: static Vintasoft.Imaging.VintasoftBitmap* Convert(
SkiaSharp.SKBitmap bitmap,
bool disposeBitmap
)
public:
static Vintasoft.Imaging.VintasoftBitmap^ Convert(
SkiaSharp.SKBitmap bitmap,
bool disposeBitmap
)
Parameters
- bitmap
- The SkiaSharp.SKBitmap 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.