DXMatrix.Shear(Single, Single, DXMatrixOrder) Method
Prepends and applies the specified shear vector to the DXMatrix instance.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
public void Shear(
float shearX,
float shearY,
DXMatrixOrder order = DXMatrixOrder.Prepend
)
Parameters
| Name | Type | Description |
|---|---|---|
| shearX | Single | The horizontal shear factor. |
| shearY | Single | The vertical shear factor. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| order | DXMatrixOrder | Prepend | An enumeration value that indicates the order (append or prepend) in which the shear is applied. |
See Also