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