Graphics.RotateTransform
RotateTransform(float)
Applies the specified rotation to the transformation matrix of this Graphics.
public void RotateTransform(float angle)
Parameter | Type | Description |
---|---|---|
angle | Single | Angle of rotation in degrees. |
See Also
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
RotateTransform(float, MatrixOrder)
Applies the specified rotation to the transformation matrix of this Graphics in the specified order.
public void RotateTransform(float angle, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
angle | Single | Angle of rotation in degrees. |
order | MatrixOrder | Member of the MatrixOrder enumeration that specifies whether the rotation is appended or prepended to the matrix transformation. |
See Also
- enum MatrixOrder
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common