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