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
- namespace Aspose.Svg.DataTypes
- assembly Aspose.SVG