Skip to main content
All docs
V25.1
  • DXGraphics.MultiplyTransform(DXMatrix) Method

    Multiplies the world transformation by the specified matrix.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.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