createSVGTransform method
Creates a new SVGTransform object that is set to the identity matrix and that is not attached to any document.
![]() ![]() |
Syntax
ISVGTransform retVal = object.createSVGTransform();
Parameters
This method has no parameters.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.2
Show:

