Search
IMatrix.RotateAt Method (Double, Point)
See Also
 





Applies a clockwise rotation to this IMatrix around the point specified in the point parameter, and by prepending the rotation.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void RotateAt (
    double angle,
    Point point
)

Visual Basic  Copy Code

Sub RotateAt( _
    angle As Double, _
    point As Point _
)

 Parameters

angle

The angle of the rotation, in degrees.

point

A Point that represents the center of the rotation.

 See Also