Search
IGraphics.RotateTransform Method (Single, MatrixOrder)
See Also
 





Applies the specified rotation to the transformation matrix of this IGraphics object in the specified order.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void RotateTransform (
    float angle,
    MatrixOrder order
)

Visual Basic  Copy Code

Sub RotateTransform( _
    angle As Single, _
    order As MatrixOrder _
)

 Parameters

angle
The angle of rotation in degrees.
order
Member of the .NET MatrixOrder enumeration that specifies whether the rotation is appended or prepended to the matrix transformation.

 See Also