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