Click or drag to resize

MatrixMultiply Method (Matrix, MatrixOrder)

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: 11.2.0.0
Syntax
public void Multiply(
	Matrix m,
	MatrixOrder order
)

Parameters

m
Type: Easymap.AddIn.Common.GraphicsMatrix
The Matrix by which this Matrix is to be multiplied.
order
Type: Easymap.AddIn.Common.GraphicsMatrixOrder
The MatrixOrder that represents the order of the multiplication.
See Also