ZoomifyViewer.panLeft()

Availability

Flash Player 6.

Usage

ZoomifyViewerInstance.panLeft();

Parameters

None

Returns

Nothing

Description

Used to decrease the x 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 left continuously, use panLeft.

Example


ZoomifyViewerInstance.panLeft();

See also

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