XpsMatrix.Skew

XpsMatrix.Skew method

Applies specified skew transformation to this Matrix.

public void Skew(double skewX, double skewY)
ParameterTypeDescription
skewXDoubleThe skew x.
skewYDoubleThe skew y.

See Also