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

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

    Parameters

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

    Return Value

    The rotation matrix.
    See Also