SVGMatrix.SkewX
SVGMatrix.SkewX method
Post-multiplies a skewX transformation on the current matrix and returns the resulting matrix.
public SVGMatrix SkewX(float angle)
Parameter | Type | Description |
---|---|---|
angle | Single | Skew angle. |
Return Value
The resulting matrix.
See Also
- class SVGMatrix
- namespace Aspose.Svg.DataTypes
- assembly Aspose.SVG