VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Primitives Namespace / VintasoftPadding Structure / Rotate(Int32) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Rotate(Int32) Method (VintasoftPadding)
    In This Topic
    Rotates counterclockwise this VintasoftPadding at the specified orthogonal angle.
    Syntax
    '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).
    Exceptions
    ExceptionDescription
    Thrown if angle is not orthogonal.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also