Search
IGraphics.RotateTransform Method
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 (
    double angle
)

Visual Basic  Copy Code

Sub RotateTransform( _
    angle As Double _
)

 Parameters

angle
The angle of rotation in degrees.

 See Also