VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / SkiaSharpConverter Class / Convert Methods / Convert(VintasoftColor) Method
Syntax Requirements SeeAlso
In This Topic
    Convert(VintasoftColor) Method (SkiaSharpConverter)
    In This Topic
    Converts the VintasoftColor value to the SkiaSharp.SKColor value.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Convert( _
    ByVal color
    The color to convert.
    As Vintasoft.Primitives.VintasoftColor _
    ) As SkiaSharp.SKColor
    public static SkiaSharp.SKColor Convert(
    Vintasoft.Primitives.VintasoftColor color
    )
    public: static SkiaSharp.SKColor Convert(
    Vintasoft.Primitives.VintasoftColor color
    )
    public:
    static SkiaSharp.SKColor Convert(
    Vintasoft.Primitives.VintasoftColor color
    )

    Parameters

    color
    The color to convert.

    Return Value

    Converted color.
    Requirements

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

    See Also