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
)
Public Sub Concat (
mtx As Matrix2D
)
public:
virtual void Concat(
[InAttribute] Matrix2D^ mtx
) sealed
Parameters
- mtx
- Type: pdftron.CommonMatrix2D
the mtx
See Also