VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftRectI Structure / Round Methods / Round(VintasoftRectF) Method
Syntax Requirements SeeAlso
In This Topic
    Round(VintasoftRectF) Method (VintasoftRectI)
    In This Topic
    Converts a VintasoftRectF to a VintasoftRectI by performing a round operation on all the coordinates.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Round( _
    ByVal value
    The rectangle to convert.
    As VintasoftRectF _
    ) As VintasoftRectI
    public static VintasoftRectI Round(
    VintasoftRectF value
    )
    public: static VintasoftRectI Round(
    VintasoftRectF value
    )
    public:
    static VintasoftRectI Round(
    VintasoftRectF value
    )

    Parameters

    value
    The rectangle to convert.

    Return Value

    Converted rectangle.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also