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

In This Topic
    CreateRotation(Single) Method
    In This Topic
    Creates a rotation matrix.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateRotation( _
       ByVal radians As System.Single _
    ) As SvgMatrix
    public static SvgMatrix CreateRotation( 
       System.float radians
    )

    Parameters

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

    Return Value

    The rotation matrix.
    See Also