This topic has not yet been rated - Rate this topic

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

The ISVGZoomEvent interface has these properties.

PropertyAccess typeDescription

ISVGZoomEvent::newScale

Read-only

Gets the new scale value of a zoom event.

ISVGZoomEvent::newTranslate

Read-only

Gets the new translation values of a zoom event.

ISVGZoomEvent::previousScale

Read-only

Gets the previous scale value of a zoom event.

ISVGZoomEvent::previousTranslate

Read-only

Gets the previous translation values of a zoom event.

ISVGZoomEvent::zoomRectScreen

Read-only

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

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.