DXMatrix.CreateShearMatrix(Single, Single) Method
In This Article
Creates a new matrix based on the current matrix and applies the specified shear vector.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
shear |
Single | The horizontal shear factor. |
shear |
Single | The vertical shear factor. |
#Returns
Type | Description |
---|---|
DXMatrix | The resulting transformation matrix. |
See Also