[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.MatrixEx.RotateDeg

RotateDeg Method

RotateDeg(Matrix3x2, float, MatrixOrderEx)

Applies a clockwise rotation, around the origin and by the indicated angle, to the Matrix3x2.

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

This Matrix3x2 object.

float angle

The angle for the rotation in degrees.

MatrixOrderEx order

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

Returns
Type Description
Matrix3x2