Skip to main content
All docs
V24.1

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

public void MultiplyTransform(
    DXMatrix matrix
)

Parameters

Name Type Description
matrix DXMatrix

A 4x4 matrix that multiplies the world transformation.

See Also