Scrolls the picture to a specified position using X and Y coordinates. For use on a picture using Enhanced Coordinates only.
Syntax
object.ScrollToPosition ldInXValue, ldInYValue
Properties
The ScrollToPosition method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
ldInXValue |
Double. The number that represents the X coordinate value. |
ldInYValue |
Double. The number that represents the Y coordinate value. |
Remarks
ScrollToPosition is a Run mode environment method only.