Matrix.RotateAt
RotateAt(float, PointF, MatrixOrder)
Applies a clockwise rotation about the specified point to this Matrix in the specified order.
public void RotateAt(float angle, PointF point, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
angle | Single | The angle. |
point | PointF | The point. |
order | MatrixOrder | The order. |
See Also
- struct PointF
- enum MatrixOrder
- class Matrix
- namespace Aspose.CAD
- assembly Aspose.CAD
RotateAt(float, PointF)
Applies a clockwise rotation about the specified point to this Matrix in the default (Prepend) order.
public void RotateAt(float angle, PointF point)
Parameter | Type | Description |
---|---|---|
angle | Single | The angle. |
point | PointF | The point. |
See Also
- struct PointF
- class Matrix
- namespace Aspose.CAD
- assembly Aspose.CAD