ImageDevice.Shear

ImageDevice.Shear method

Applies the specified shear vector to the current transformation matrix.

public override void Shear(double shx, double shy)
ParameterTypeDescription
shxDoubleThe x shear factor.
shyDoubleThe y shear factor.

See Also