panPage
Used in combination with the GUI_PanUpdate
callback event and pageLock
to synchronize offset values into different instances of RxCore. Moves the offset of the current page given by x, y values.
Syntax
RxCore.panPage(x, y)
Parameters
x
: number — Horizontal position of the page.y
: number — Vertical position of the page.
Returns
- NA — This method does not return a value.