Click or drag to resize

MatrixMultiply Method (Matrix)

Multiplies this Matrix by the matrix specified in the matrix parameter, by prepending the specified Matrix.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public void Multiply(
	Matrix m
)

Parameters

m
Type: Easymap.AddIn.Common.GraphicsMatrix
The Matrix by which this Matrix is to be multiplied.
See Also