VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / SkiaSharpConverter Class / Convert Methods / Convert(SKBitmap,Boolean) Method
Syntax Requirements SeeAlso
    Convert(SKBitmap,Boolean) Method (SkiaSharpConverter)
    Converts the specified SkiaSharp.SKBitmap object to the VintasoftBitmap object.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Convert( _
    ByVal bitmap
    The SkiaSharp.SKBitmap object.
    As SkiaSharp.SKBitmap, _
    ByVal disposeBitmap
    A value indicating whether bitmap must be disposed, so the caller must not reference it again.
    As Boolean _
    ) As Vintasoft.Imaging.VintasoftBitmap
     

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

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

    See Also