SVGZoomAndPan
Inherits from SVGElementSVGElement
Properties
No properties.
Methods
No methods.
Events
No events.
Inherited from SVGElement
Properties
No properties.
Methods
No methods.
Events
No events.
Notes
Remarks
Zooming is the simultaneous operation of the scale and translate actions in the SVGTransform element. Panning just uses the translate actions of SVGTransform element. SVGZoomAndPan provides two values:
- magnify
- disable
The default is magnify and allows zooming and panning. Disable will disable zooming and panning.
Syntax
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.29
Members
The SVGZoomAndPan object does not define any members.
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]