GStateGetTransform Method |
Gets the transform.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Matrix2D GetTransform()
Public Function GetTransform As Matrix2D
public:
virtual Matrix2D^ GetTransform() sealed
Return Value
Type:
Matrix2D the transformation matrix for this element.
Remarks If you are looking for a matrix that maps coordinates to the initial
user space see Element::GetCTM().
See Also