VintaSoft Barcode .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Primitives Namespace / VintasoftPointI Structure / Round Methods / Round(VintasoftPointF) Method
Синтаксис Требования Смотрите также
В этом разделе
    Round(VintasoftPointF) Метод (VintasoftPointI)
    В этом разделе
    Преобразует указанный VintasoftPointF в VintasoftPointI путем округления значений баллов до ближайшего целого числа.
    Синтаксис
    'Declaration
    
    Public Overloads Shared Function Round( _
    ByVal point
    VintasoftPointF для преобразования.
    As VintasoftPointF _
    ) As VintasoftPointI
    public static VintasoftPointI Round(
    VintasoftPointF point
    )
    public: static VintasoftPointI Round(
    VintasoftPointF point
    )
    public:
    static VintasoftPointI Round(
    VintasoftPointF point
    )

    Parameters

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

    Return Value

    VintasoftRectI, в который преобразуется этот метод.
    Требования

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

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