MindFusion.Charting for WebForms Programmer's Guide
GdiGraphics.RotateTransform Method (Single)
See Also
 



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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void RotateTransform (
    float angle
)

Visual Basic  Copy Code

Public Overridable Sub RotateTransform( _
    angle As Single _
)

 Parameters

angle
The angle of rotation in degrees.

 See Also

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