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