DXMatrix.Multiply(DXMatrix, DXMatrixOrder) Method
Multiplies this DXMatrix by the specified matrix, and in the order specified in the order parameter.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| matrix | DXMatrix | The matrix by which this |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| order | DXMatrixOrder | Prepend | An enumeration value that indicates the order of the multiplication. |
See Also