XpsMatrix.Rotate
Rotate(float, MatrixOrder)
Applies clockwise rotation by angle to this Matrix in order specified by matrixOrder.
public void Rotate(float angle, MatrixOrder matrixOrder)
Parameter | Type | Description |
---|---|---|
angle | Single | The angle. |
matrixOrder | MatrixOrder | The order. |
See Also
- class XpsMatrix
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page
Rotate(float)
Applies clockwise rotation by angle to this Matrix in default (Prepend) order.
public void Rotate(float angle)
Parameter | Type | Description |
---|---|---|
angle | Single | The angle. |
See Also
- class XpsMatrix
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page