Moves the screen position of the window by the specified x- and y-offset values.
Syntax
window.moveBy(iX, iY)
Parameters
iX Required. Integer that specifies the horizontal scroll offset, in pixels. iY Required. Integer that specifies the vertical scroll offset, in pixels.
Return Value
No return value.
Applies To