Programming with Reflection
MoveGraphicsCursor method
Syntax object.MoveGraphicsCursor XCoordinate, YCoordinate
Changes the values of the GraphicsCursorX and GraphicsCursorY properties. These properties set the current graphics cursor position (without changing the onscreen display). Use the GraphicsMouse method to duplicate the effect of a mouse click at this location.
This method uses IBM graphics pixels to position the cursor. You can use the recorder to help you determine the coordinates for a specific screen location. When you click a location while the recorder is on, MoveGraphicsCursor records the location.
XCoordinate Argument type: Integer
Specifies the horizontal position of the graphics cursor using IBM 3179G graphics coordinates.
YCoordinate Argument type: Integer
Specifies the vertical position of the graphics cursor using IBM 3179G graphics coordinates.