translate method
translate
Adds translation to current graphics state (translates current matrix).
def translate(self, x, y):
...
Parameter | Type | Description |
---|---|---|
x | float | The translation in X direction. |
y | float | The translation in Y direction. |
See Also
- module
aspose.page.eps
- class
PsDocument