public void scrollBy(int x, int y)
This method will add x and y to the current ScrollOffset. Therefore, this method will follow the same rules governing the minimum and maximum values of ScrollOffset.
ImageViewerPanZoomInteractiveMode uses this method to perform its operation.