VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Primitives Namespace / VintasoftPointI Structure / Round Methods / Round(VintasoftPoint) Method
Syntax Requirements SeeAlso
In This Topic
    Round(VintasoftPoint) Method (VintasoftPointI)
    In This Topic
    Converts the specified VintasoftPoint to a VintasoftPointI structure by rounding the point values to the nearest integer.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Round( _
    ByVal point
    The VintasoftPoint to convert.
    As VintasoftPoint _
    ) As VintasoftPointI
    public static VintasoftPointI Round(
    VintasoftPoint point
    )
    public: static VintasoftPointI Round(
    VintasoftPoint point
    )
    public:
    static VintasoftPointI Round(
    VintasoftPoint point
    )

    Parameters

    point
    The VintasoftPoint to convert.

    Return Value

    The VintasoftRectI this method converts to.
    Requirements

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

    See Also