ZoomifyViewer.panDown()

Availability

Flash Player 6.

Usage

ZoomifyViewerInstance.panDown();

Parameters

None

Returns

Nothing

Description

Used to decrease the y 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 pan downward continuously, use panDown.

Example


ZoomifyViewerInstance.panDown();

See also

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