translate method
translate
Adds a translate transform to the builder.
Returns
The current TransformBuilder instance.
def translate(self, tx, ty):
...
| Parameter | Type | Description |
|---|---|---|
| tx | float | The translation along the x-axis. |
| ty | float | The translation along the y-axis. Defaults to 0. |
See Also
- module
aspose.svg.builder - class
TransformBuilder