VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / SkiaSharpConverter Class / Convert Methods
In This Topic
    Convert Method (SkiaSharpConverter)
    In This Topic
    Overloaded. Converts the specified SkiaSharp.SKBitmap object to the object.
    Overload List
    OverloadDescription
    Converts the specified SkiaSharp.SKBitmap object to the VintasoftBitmap object.
    Converts the specified VintasoftBitmap object to the SkiaSharp.SKBitmap object. Ownership of the bitmap is transferred, so the caller must not reference it again.
    Converts the SkiaSharp.SKRectI value to the VintasoftRectI value.
    Converts the VintasoftRectI value to the SkiaSharp.SKRectI value.
    Converts the SkiaSharp.SKRect value to the VintasoftRectF value.
    Converts the VintasoftRectF value to the SkiaSharp.SKRect value.
    Converts the SkiaSharp.SKPointI value to the VintasoftPointI value.
    Converts the VintasoftPointI value to the SkiaSharp.SKPointI value.
    Converts the SkiaSharp.SKPoint value to the VintasoftPointF value.
    Converts the VintasoftPointF value to the SkiaSharp.SKPoint value.
    Converts the SkiaSharp.SKColor value to the VintasoftColor value.
    Converts the VintasoftColor value to the SkiaSharp.SKColor value.
    Converts the BarcodePathData object to the SkiaSharp.SkiaSharp.SKPath object.
    Converts the SkiaSharp.SkiaSharp.SKPath object to the BarcodePathData object.
    Requirements

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

    See Also