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