VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / PaddingF Structure / Rotate(Int32) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Rotate(Int32) Method (PaddingF)
    In This Topic
    Rotates counterclockwise this PaddingF at the specified orthogonal angle.
    Syntax
    'Declaration
    
    Public Sub Rotate( _
    ByVal angle
    The angle in degrees (0, 90, 180, 270, 360).
    As System.Int32 _
    )
    public void Rotate(
    System.Int32 angle
    )
    public: void Rotate(
    System.Int32 angle
    )
    public:
    void Rotate(
    System.Int32 angle
    )

    Parameters

    angle
    The angle in degrees (0, 90, 180, 270, 360).
    Exceptions
    ExceptionDescription
    Thrown if angle is not orthogonal.
    Requirements

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

    See Also