Click or drag to resize

MatrixMultiply(Matrix, MatrixOrder) Method

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

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public void Multiply(
	Matrix m,
	MatrixOrder order
)

Parameters

m  Matrix
The Matrix by which this Matrix is to be multiplied.
order  MatrixOrder
The MatrixOrder that represents the order of the multiplication.
See Also