translate method
translate
Post-multiplies a translation transformation on the current matrix and returns the resulting matrix.
Returns
The resulting matrix.
def translate(self, x, y):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | The distance to translate along the x-axis. |
| y | float | The distance to translate along the y-axis. |
See Also
- module
aspose.html.dom.svg.datatypes - class
SVGMatrix