PsDocument.Shear

PsDocument.Shear method

Adds shear transformation to current graphics state (shear current matrix).

public void Shear(float shx, float shy)
ParameterTypeDescription
shxSingleThe shear in X axis.
shySingleThe shear in Y axis.

See Also