ImageGearJava Project > com.accusoft.imagegear.display Package > ImGearPageDisplay Class : scrollTo Method |
IImGearScrollableView
interface; represents Java context 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.
public ImGearScrollInfo scrollTo( IImGearScrollableView pageView, int positionX, int positionY ) |
IImGearScrollableView
interface; represents Java context to draw the image in.