VintaSoft Twain .NET SDK 15.4: Руководство для .NET разработчика
Vintasoft.Primitives Namespace / VintasoftRectI Structure / Round Methods / Round(VintasoftRectF) Method
Синтаксис Требования Смотрите также
В этом разделе
Round(VintasoftRectF) Метод (VintasoftRectI)
В этом разделе
Converts a VintasoftRectF to a VintasoftRectI by performing a round operation on all the coordinates.
Синтаксис
'Declaration

Public Overloads Shared Function Round( _
ByVal value
The rectangle to convert.
As VintasoftRectF _
) As VintasoftRectI
public static VintasoftRectI Round(
VintasoftRectF value
)

Parameters

value
The rectangle to convert.

Return Value

Converted rectangle.
Требования

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

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