ZoomifyViewer.zoomIn()

Availability

Flash Player 6.

Usage

ZoomifyViewerInstance.zoomIn();

Parameters

None

Returns

Nothing

Description

Used to increase the zoom value of the current view when doing so in a continuous manner. For example, when implementing a button that, if pressed and held, is intended to zoom continuously, use zoomIn.

Example


ZoomifyViewerInstance.zoomIn();

See also

ZoomifyViewer.setMinZoom
ZoomifyViewer.setMaxZoom
ZoomifyViewer.setZoom
ZoomifyViewer.setView
ZoomifyViewer.resetView
ZoomifyViewer.zoomOut
ZoomifyViewer.panLeft
ZoomifyViewer.panRight
ZoomifyViewer.panUp
ZoomifyViewer.panDown
ZoomifyViewer.panStop