SVGMatrix.SkewX

SVGMatrix.SkewX method

Post-multiplies a skewX transformation on the current matrix and returns the resulting matrix.

public SVGMatrix SkewX(float angle)
ParameterTypeDescription
angleSingleSkew angle.

Return Value

The resulting matrix.

See Also