SVGTransform.SetSkewY
SVGTransform.SetSkewY method
Sets the transform type to SVG_TRANSFORM_SKEWY, with parameter angle defining the amount of skew.
public void SetSkewY(float angle)
| Parameter | Type | Description |
|---|---|---|
| angle | Single | The skew angle. |
Exceptions
| exception | condition |
|---|---|
| dOMException | Code NO_MODIFICATION_ALLOWED_ERR. Raised on an attempt to change the value of a read only attribute. |
See Also
- class SVGTransform
- package com.aspose.html.dom.svg.datatypes
- package Aspose.HTML