IMatrix.Skew

IMatrix.Skew method

Applies a skew transformation to the matrix.

public void Skew(float skewX, float skewY)
ParameterTypeDescription
skewXSingleThe angle by which to skew in the x-axis direction.
skewYSingleThe angle by which to skew in the y-axis direction.

See Also