DXGraphics.MultiplyTransform(DXMatrix, DXMatrixOrder) Method
Multiplies the world transformation by a matrix in the specified order.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| matrix | DXMatrix | A 4x4 matrix that multiplies the world transformation. |
| order | DXMatrixOrder | An enumeration member that determines the order of the multiplication. |
See Also