Click or drag to resize

Matrix2DMult Method (Matrix2D, Matrix2D)

Multiply two matrices.

Namespace:  pdftron.Common
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Matrix2D Mult(
	Matrix2D ml,
	Matrix2D mr
)

Parameters

ml
Type: pdftron.CommonMatrix2D

[Missing <param name="ml"/> documentation for "M:pdftron.Common.Matrix2D.Mult(pdftron.Common.Matrix2D,pdftron.Common.Matrix2D)"]

mr
Type: pdftron.CommonMatrix2D

[Missing <param name="mr"/> documentation for "M:pdftron.Common.Matrix2D.Mult(pdftron.Common.Matrix2D,pdftron.Common.Matrix2D)"]

Return Value

Type: Matrix2D
The result of the multiplication.
See Also