IMatrix.Multiply

Multiply(IMatrix, SvgMatrixOrder)

Multiplies this matrix by another matrix in the specified order.

public void Multiply(IMatrix matrix, SvgMatrixOrder order)
ParameterTypeDescription
matrixIMatrixThe matrix to multiply by.
orderSvgMatrixOrderThe order in which multiplication is applied.

See Also


Multiply(IMatrix)

Multiplies this matrix by another matrix.

public void Multiply(IMatrix matrix)
ParameterTypeDescription
matrixIMatrixThe matrix to multiply by.

See Also