VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging Namespace / VintasoftPoint3D Structure / Round(VintasoftPoint3D) Method
Синтаксис Требования Смотрите также
В этом разделе
    Round(VintasoftPoint3D) Метод (VintasoftPoint3D)
    В этом разделе
    Возвращает округленную 3D-точку.
    Синтаксис
    'Declaration
    
    Public Shared Function Round( _
    ByVal point
    3D-точка.
    As VintasoftPoint3D _
    ) As VintasoftPoint3D
    public static VintasoftPoint3D Round(
    VintasoftPoint3D point
    )
    public: static VintasoftPoint3D Round(
    VintasoftPoint3D point
    )
    public:
    static VintasoftPoint3D Round(
    VintasoftPoint3D point
    )

    Parameters

    point
    3D-точка.

    Return Value

    Результат 3D-точки.
    Требования

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

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