VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / SkiaSharpConverter Class / Convert Methods / Convert(VintasoftBitmap,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
Convert(VintasoftBitmap,Boolean) Method (SkiaSharpConverter)
In This Topic
Converts the specified VintasoftBitmap object to the SkiaSharp.SKBitmap object. Ownership of the bitmap is transferred, so the caller must not reference it again.
Syntax
'Declaration

Public Overloads Shared Function Convert( _
ByVal bitmap
The bitmap.
As Vintasoft.Imaging.VintasoftBitmap, _
ByVal disposeBitmap
A 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
)

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.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7

See Also