SVGMatrix.SkewY
SVGMatrix.SkewY method
Post-multiplies a skewY transformation on the current matrix and returns the resulting matrix.
public SVGMatrix SkewY(float angle)
Parameter | Type | Description |
---|---|---|
angle | Single | The angle. |
Return Value
Skew angle.
See Also
- class SVGMatrix
- package com.aspose.html.Dom.Svg.DataTypes
- package Aspose.HTML