rotate_at method
rotate_at
Applies a clockwise rotation about the specified point to this Matrix in the default (Prepend) order.
def rotate_at(self, angle, point):
...
| Parameter | Type | Description |
|---|---|---|
| angle | float | The angle. |
| point | PointF | The point. |
rotate_at
Applies a clockwise rotation about the specified point to this Matrix in the specified order.
def rotate_at(self, angle, point, order):
...
| Parameter | Type | Description |
|---|---|---|
| angle | float | The angle. |
| point | PointF | The point. |
| order | MatrixOrder | The order. |
See Also
- module
aspose.cad - class
Matrix