translate method
translate
Applies the specified translation vector to the current transformation matrix.
def translate(self, x, y):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | The x offset. |
| y | float | The y offset. |
See Also
- module
aspose.page.xps.presentation.image - class
ImageDevice