Matrix.Rotate
Contents
[
Hide
]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 in the specified order.
public void Rotate(float angle, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
angle | Single | The rotate angle. |
order | MatrixOrder | The matrix order. |
See Also
- enum MatrixOrder
- class Matrix
- namespace Aspose.PSD
- assembly Aspose.PSD
Rotate(float)
Applies a clockwise rotation of an amount specified in the angle parameter, around the origin (zero x and y coordinates) for this Matrix in the default (Prepend) order.
public void Rotate(float angle)
Parameter | Type | Description |
---|---|---|
angle | Single | The rotate angle. |
See Also
- class Matrix
- namespace Aspose.PSD
- assembly Aspose.PSD