skew method
skew
Applies a skew transformation to the matrix.
def skew(self, skew_x, skew_y):
...
| Parameter | Type | Description |
|---|---|---|
| skew_x | float | The angle by which to skew in the x-axis direction. |
| skew_y | float | The angle by which to skew in the y-axis direction. |
See Also
- module
aspose.svg.drawing - class
IMatrix