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.v24.2.dll
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