ISVGZoomEvent interface

Provides properties that zoom event handlers can use.

Members

The ISVGZoomEvent interface inherits from the IDispatch interface. ISVGZoomEvent also has these types of members:

  • Properties

Properties

The ISVGZoomEvent interface has these properties.

Property Description

newScale

Gets the new scale value of a zoom event.

newTranslate

Gets the new translation values of a zoom event.

previousScale

Gets the previous scale value of a zoom event.

previousTranslate

Gets the previous translation values of a zoom event.

zoomRectScreen

Gets the zoom rectangle of a zoom event.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch