ImageGearJava Project > com.accusoft.imagegear.display Package > IImGearPageDisplay Interface : scrollTo Method |
IImGearScrollableView
interface; represents Java form to draw the image in.
This method can be used whether the actual scrollbar controls are visible in the Form object or not. X_Pos and Y_Pos both should be in the valid ranges that can be retrieved with getScrollInfo method.
ImGearScrollInfo scrollTo( IImGearScrollableView pageView, int positionX, int positionY ) |
IImGearScrollableView
interface; represents Java form to draw the image in.