Click or drag to resize

GStateConcat Method (Matrix2D)

Concatenate the given matrix to the transformation matrix of this element.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Concat(
	Matrix2D mtx
)

Parameters

mtx
Type: pdftron.CommonMatrix2D
the mtx
See Also