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

Public Overloads Shared Function Round( _
ByVal point
VintasoftPointF для преобразования.
As VintasoftPointF _
) As VintasoftPointI
public static VintasoftPointI Round(
VintasoftPointF point
)

Parameters

point
VintasoftPointF для преобразования.

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

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