Skip to main content
All docs
V25.1
  • 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

    public void MultiplyTransform(
        DXMatrix matrix,
        DXMatrixOrder order
    )

    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