Matrix.Rotate
Contents
[
Hide
]Rotate(float)
Prepend to this Matrix a clockwise rotation, around the origin and by the specified angle.
public void Rotate(float angle)
Parameter | Type | Description |
---|---|---|
angle | Single | The angle of the rotation, in degrees. |
See Also
- class Matrix
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing
Rotate(float, MatrixOrder)
Applies a clockwise rotation of an amount specified in the angle parameter, around the origin (zero x and y coordinates) for this Matrix.
public void Rotate(float angle, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
angle | Single | The angle of the rotation, in degrees. |
order | MatrixOrder | A MatrixOrder that specifies the order (append or prepend) in which the rotation is applied to this Matrix. |
See Also
- enum MatrixOrder
- class Matrix
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing