VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Primitives Namespace / VintasoftPadding Structure / Rotate(Int32) Method
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    Rotate(Int32) Метод (VintasoftPadding)
    В этом разделе
    Rotates counterclockwise this VintasoftPadding at the specified orthogonal angle.
    Синтаксис
    'Declaration
    
    Public Sub Rotate( _
    ByVal angle
    The angle in degrees (0, 90, 180, 270, 360).
    As Integer _
    )
    public void Rotate(
    int angle
    )
    public: void Rotate(
    int angle
    )
    public:
    void Rotate(
    int angle
    )

    Parameters

    angle
    The angle in degrees (0, 90, 180, 270, 360).
    Исключения
    ИсключениеОписание
    Thrown if angle is not orthogonal.
    Требования

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

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