rotate_at method
rotate_at
Rotates the matrix by the specified angle around the specified point.
def rotate_at(self, angle, point):
...
Parameter | Type | Description |
---|---|---|
angle | float | The angle of rotation in degrees. |
point | aspose.pydrawing.PointF | The point to rotate around. |
rotate_at
Rotates the matrix by the specified angle around the specified point in the specified order.
def rotate_at(self, angle, point, order):
...
Parameter | Type | Description |
---|---|---|
angle | float | The angle of rotation in degrees. |
point | aspose.pydrawing.PointF | The point to rotate around. |
order | WebMatrixOrder | The order in which rotation is applied. |
See Also
- module
aspose.html.drawing
- class
IMatrix