Charting for WinForms Programmer's Guide
GdiGraphics.RotateTransform Method (Single, MatrixOrder)
See Also
 






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void RotateTransform (
    float angle,
    MatrixOrder order
)

Visual Basic  Copy Code

Public Overridable 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

RotateTransform Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace