VintaSoft Barcode .NET SDK 16.0: Документация для Веб разработчика
Vintasoft.Primitives Namespace / VintasoftPointI Structure / Round Methods / Round(VintasoftPoint) Method
Синтаксис Требования Смотрите также
В этом разделе
Round(VintasoftPoint) Метод (VintasoftPointI)
В этом разделе
Converts the specified T:Vintasoft.Primitives.VintasoftPoint to a T:Vintasoft.Primitives.VintasoftPointI structure by rounding the point values to the nearest integer.
Синтаксис
'Declaration

Public Overloads Shared Function Round( _
ByVal point
The T:Vintasoft.Primitives.VintasoftPoint to convert.
As VintasoftPoint _
) As VintasoftPointI
public static VintasoftPointI Round(
VintasoftPoint point
)

Parameters

point
The T:Vintasoft.Primitives.VintasoftPoint to convert.

Return Value

The T:Vintasoft.Primitives.VintasoftRectI this method converts to.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также