VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / ImageSharpConverter Class / Convert Methods
In This Topic
    Convert Method (ImageSharpConverter)
    In This Topic
    Overloaded. Converts the specified SixLabors.ImageSharp.Image object to the object.
    Overload List
    OverloadDescription
    Converts the specified SixLabors.ImageSharp.Image object to the VintasoftBitmap object.
    Converts the specified VintasoftBitmap to the SixLabors.ImageSharp.Image object. Ownership of the bitmap is transferred, so the caller must not reference it again.
    Converts the SixLabors.ImageSharp.PointF value to the VintasoftPointF value.
    Converts VintasoftPointF to the SixLabors.ImageSharp.PointF value.
    Converts the SixLabors.ImageSharp.Color value to the VintasoftColor value.
    Converts the VintasoftColor value to the SixLabors.ImageSharp.Color value.
    Converts the BarcodePathData object to the SixLabors.ImageSharp.Drawing.IPath object.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6

    See Also