DXGraphics.MultiplyTransform(DXMatrix) Method
Multiplies the world transformation by the specified matrix.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
Name | Type | Description |
---|---|---|
matrix | DXMatrix | A 4x4 matrix that multiplies the world transformation. |
See Also