skew_x method
skew_x
Post-multiplies a skewX transformation on the current matrix and returns the resulting matrix.
Returns
The resulting matrix.
def skew_x(self, angle):
...
Parameter | Type | Description |
---|---|---|
angle | float | Skew angle. |
See Also
- module
aspose.svg.datatypes
- class
SVGMatrix