[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.TransformMatrix.Shear

Shear Method

Shear(float, float)

Applies the specified shear vector to this Matrix object by prepending the shear transform.

Declaration
public void Shear(float shearX, float shearY)
Parameters
Type Name Description
float shearX

The horizontal shear factor.

float shearY

The vertical shear factor.

Shear(float, float, TransformOrder)

Applies the specified shear vector to this Matrix object by prepending the shear transform.

Declaration
public void Shear(float shearX, float shearY, TransformOrder order)
Parameters
Type Name Description
float shearX

The horizontal shear factor.

float shearY

The vertical shear factor.

TransformOrder order

A TransformOrder enumeration that specifies the order (append or prepend) in which the shearing is applied to this Matrix object.