Device.Shear

Device.Shear method

Shears the current transformation matrix. Calls writeTransform(Transform).

public virtual void Shear(double shx, double shy)
ParameterTypeDescription
shxDoubleA shear in X axis.
shyDoubleA shear in Y axis.

See Also