VintaSoft Imaging .NET SDK 15.1: Documentation for .NET 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
)

Parameters

point
The VintasoftPoint to convert.

Return Value

The VintasoftRectI this method converts to.
Requirements

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

See Also