set_skew_x method
set_skew_x
Sets the transform type to SVG_TRANSFORM_SKEWX, with parameter angle defining the amount of skew.
def set_skew_x(self, angle):
...
Parameter | Type | Description |
---|---|---|
angle | float | The skew angle. |
Exceptions
Exception | Description |
---|---|
DOMException | Code DOMException.NO_MODIFICATION_ALLOWED_ERR .Raised on an attempt to change the value of a read only attribute. |
See Also
- module
aspose.svg.datatypes
- class
DOMException
- class
SVGTransform