Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / Rotate Method / Rotate(Single) Method
Angle of rotation, in radians. Angles are measured clockwise when looking along the rotation axis.

In This Topic
    Rotate(Single) Method
    In This Topic
    Applies the rotation transformation.
    Syntax
    'Declaration
     
    Public Overloads Function Rotate( _
       ByVal radians As System.Single _
    ) As SvgMatrix
    public SvgMatrix Rotate( 
       System.float radians
    )

    Parameters

    radians
    Angle of rotation, in radians. Angles are measured clockwise when looking along the rotation axis.

    Return Value

    The rotated matrix.
    See Also