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

Matrix.RotateAt Method

Applies rotate affine transform to the matrix around the specified point.

Overload List

Name Description
Public method RotateAt(Single, PointF)

Applies a rotate affine transform to the matrix around the specified point.

Public method RotateAt(Single, PointF, MatrixOrder)

Applies a rotate affine transform to the matrix around the specified point.

Remarks

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

See Also

Reference