import "SVGZoomEvent.idl";
Inherits UIEvent.
Inheritance diagram for SVGZoomEvent:


Public Attributes | |
| readonly attribute SVGRect | zoomRectScreen |
| readonly attribute float | previousScale |
| readonly attribute SVGPoint | previousTranslate |
| readonly attribute float | newScale |
| readonly attribute SVGPoint | newTranslate |
Definition at line 28 of file SVGZoomEvent.idl.
| readonly attribute SVGRect zoomRectScreen |
Definition at line 29 of file SVGZoomEvent.idl.
| readonly attribute float previousScale |
Definition at line 30 of file SVGZoomEvent.idl.
| readonly attribute SVGPoint previousTranslate |
Definition at line 31 of file SVGZoomEvent.idl.
| readonly attribute float newScale |
Definition at line 32 of file SVGZoomEvent.idl.
| readonly attribute SVGPoint newTranslate |
Definition at line 33 of file SVGZoomEvent.idl.
1.5.1