Search
IGraphics.RotateTransform Method (Single)
See Also
 





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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void RotateTransform (
    float angle
)

Visual Basic  Copy Code

Sub RotateTransform( _
    angle As Single _
)

 Parameters

angle
The angle of rotation in degrees.

 See Also