Skip to main content
All docs
V25.1
  • DXMatrix.Multiply(DXMatrix, DXMatrixOrder) Method

    Multiplies this DXMatrix by the specified matrix, and in the order specified in the order parameter.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void Multiply(
        DXMatrix matrix,
        DXMatrixOrder order = DXMatrixOrder.Prepend
    )

    Parameters

    Name Type Description
    matrix DXMatrix

    The matrix by which this DXMatrix is to be multiplied.

    Optional Parameters

    Name Type Default Description
    order DXMatrixOrder Prepend

    An enumeration value that indicates the order of the multiplication.

    See Also