Search
IMatrix.RotateAt Method (Double)
See Also
 





Prepend to this IMatrix a clockwise rotation by the specified angle.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void RotateAt (
    double angle
)

Visual Basic  Copy Code

Sub RotateAt( _
    angle As Double _
)

 Parameters

angle

The angle of the rotation, in degrees.

 See Also