Skip to main content
All docs
V23.2

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.v23.2.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