ZoomifyViewer.panRight()

Availability

Flash Player 6.

Usage

ZoomifyViewerInstance.panRight();

Parameters

None

Returns

Nothing

Description

Used to increase 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 right continuously, use panRight.

Example


ZoomifyViewerInstance.panRight();

See also

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