Matrix.Shear
Contents
[
Hide
]Shear(float, float)
Applies the specified shear vector to this Matrix by prepending the shear transformation.
public void Shear(float shearX, float shearY)
| Parameter | Type | Description | 
|---|---|---|
| shearX | Single | The horizontal shear factor. | 
| shearY | Single | The vertical shear factor. | 
See Also
- class Matrix
 - namespace System.Drawing.Drawing2D
 - assembly Aspose.Drawing
 
Shear(float, float, MatrixOrder)
Applies the specified shear vector to this Matrix in the specified order.
public void Shear(float shearX, float shearY, MatrixOrder order)
| Parameter | Type | Description | 
|---|---|---|
| shearX | Single | The horizontal shear factor. | 
| shearY | Single | The vertical shear factor. | 
| order | MatrixOrder | A MatrixOrder that specifies the order (append or prepend) in which the shear is applied. | 
See Also
- enum MatrixOrder
 - class Matrix
 - namespace System.Drawing.Drawing2D
 - assembly Aspose.Drawing