SVGMatrix.SkewY

SVGMatrix.SkewY method

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

public SVGMatrix SkewY(float angle)
ParameterTypeDescription
angleSingleThe angle.

Return Value

Skew angle.

See Also