Applies rotate affine transform to the matrix.
Name | Description | |
---|---|---|
Rotate(Single) |
Applies a rotate affine transform to the matrix. |
|
Rotate(Single, MatrixOrder) |
Applies a rotate affine transform to the matrix. |
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.