MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / MatrixEx Class / RotateAt Method
This Matrix3x2 object.
The angle for the rotation.
The point to rotate around.
A MatrixOrderEx indicating the order in which the rotation should be applied

In This Topic
RotateAt Method
In This Topic
Applies a clockwise rotation to the System.Numerics.Matrix3x2, around the point specified and by the indicated angle, in the order specified.
Syntax
'Declaration
 
Public Shared Function RotateAt( _
   ByVal matrix As Matrix3x2, _
   ByVal angle As Single, _
   ByVal point As Vector2, _
   Optional ByVal order As MatrixOrderEx _
) As Matrix3x2
 

Parameters

matrix
This Matrix3x2 object.
angle
The angle for the rotation.
point
The point to rotate around.
order
A MatrixOrderEx indicating the order in which the rotation should be applied
See Also