[]
Applies the specified shear vector to this Matrix object by prepending the shear transform.
public void Shear(float shearX, float shearY)
| Type | Name | Description |
|---|---|---|
| float | shearX | The horizontal shear factor. |
| float | shearY | The vertical shear factor. |
Applies the specified shear vector to this Matrix object by prepending the shear transform.
public void Shear(float shearX, float shearY, TransformOrder order)
| 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. |