This documentation is for the old version. Go to the latest Graphics Mill docs

Matrix.Rotate Method

Applies rotate affine transform to the matrix.

Overload List

Name Description
Public method Rotate(Single)

Applies a rotate affine transform to the matrix.

Public method Rotate(Single, MatrixOrder)

Applies a rotate affine transform to the matrix.

Remarks

The clockwise rotation is applied. Use negative angle value to rotate counter-clockwise.

The rotation is applied around the point of origin. To rotate around an arbitrary point, use the RotateAt(Single, PointF) method.

See Also

Reference