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

    Parameters

    rect
    The rectangle to convert.

    Return Value

    Converted rectangle.
    Requirements

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

    See Also