Click or drag to resize

Matrix2D Constructor (Matrix2D)

Creates a matrix and initialize it with values from another matrix.

Namespace:  pdftron.Common
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Matrix2D(
	Matrix2D m
)

Parameters

m
Type: pdftron.CommonMatrix2D
The matrix to initialize from.
See Also