VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / ImageSharpConverter Class / Convert Methods / Convert(BarcodePathData) Method
Syntax Requirements SeeAlso
In This Topic
    Convert(BarcodePathData) Method (ImageSharpConverter)
    In This Topic
    Converts the BarcodePathData object to the SixLabors.ImageSharp.Drawing.IPath object.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Convert( _
    ByVal pathData
    The path to convert.
    As BarcodePathData _
    ) As SixLabors.ImageSharp.Drawing.IPath
    public static SixLabors.ImageSharp.Drawing.IPath Convert(
    BarcodePathData pathData
    )
    public: static SixLabors.ImageSharp.Drawing.IPath Convert(
    BarcodePathData* pathData
    )
    public:
    static SixLabors.ImageSharp.Drawing.IPath Convert(
    BarcodePathData^ pathData
    )

    Parameters

    pathData
    The path to convert.

    Return Value

    Converted path.
    Requirements

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

    See Also