GStateSetTransform Method (Matrix2D) |
Set the transformation matrix associated with this element.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetTransform(
Matrix2D mtx
)
Public Sub SetTransform (
mtx As Matrix2D
)
public:
virtual void SetTransform(
[InAttribute] Matrix2D^ mtx
) sealed
function SetTransform(mtx);
Parameters
- mtx
- Type: pdftron.CommonMatrix2D
The new transformation for this text element.
Remarks in PDF associating a transformation matrix with an element
('cm' operator) will also affect all subsequent elements.
See Also