[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.MatrixEx.RotateAt

RotateAt Method

RotateAt(Matrix3x2, float, Vector2, MatrixOrderEx)

Applies a clockwise rotation to the Matrix3x2, around the point specified and by the indicated angle, in the order specified.

Declaration
public static Matrix3x2 RotateAt(this Matrix3x2 matrix, float angle, Vector2 point, MatrixOrderEx order = MatrixOrderEx.Prepend)
Parameters
Type Name Description
Matrix3x2 matrix

This Matrix3x2 object.

float angle

The angle for the rotation.

Vector2 point

The point to rotate around.

MatrixOrderEx order

A MatrixOrderEx indicating the order in which the rotation should be applied

Returns
Type Description
Matrix3x2