rotate method
rotate
Adds a rotate transform to the builder.
Returns
The current TransformBuilder instance.
def rotate(self, angle, cx, cy):
...
| Parameter | Type | Description |
|---|---|---|
| angle | float | The rotation angle in degrees. |
| cx | float | The x-coordinate of the rotation center. Defaults to 0. |
| cy | float | The y-coordinate of the rotation center. Defaults to 0. |
See Also
- module
aspose.svg.builder - class
TransformBuilder