Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / View Class / Rotate Method
Angle of rotation, in degrees. Angles are measured clockwise when looking along the rotation axis.

In This Topic
    Rotate Method
    In This Topic
    Applies a rotation transformation.
    Syntax
    'Declaration
     
    Public Function Rotate( _
       ByVal degrees As System.Single _
    ) As View
    public View Rotate( 
       System.float degrees
    )

    Parameters

    degrees
    Angle of rotation, in degrees. Angles are measured clockwise when looking along the rotation axis.
    See Also