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

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

    Parameters

    radians
    Angle of rotation, in radians. Angles are measured clockwise when looking along the rotation axis.
    cx
    X-coordinate of the center offset.
    cy
    Y-coordinate of the center offset.

    Return Value

    The rotated matrix.
    See Also