getScreenCTM method
Gets the transformation matrix from the current user units to the screen coordinate system.
![]() ![]() |
Syntax
ISVGMatrix retVal = object.getScreenCTM();
Parameters
This method has no parameters.
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.23
Remarks
The ISVGLocatable::getScreenCTM method returns null if the current element is not connected to the document tree.
Show:

