translate method
translate
Translates the current transformation matrix. Calls writeTransform(Transform).
def translate(self, x, y):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | Translation in X axis. |
| y | float | Translation in Y axis. |
See Also
- module
aspose.page - class
Device