Search
GdiGraphics.RotateTransform Method (Single)
See Also
 





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

Namespace: MindFusion.Drawing
Package: 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