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