Programming with Reflection

image\rwnprg32.gif MoveGraphicsCursor method

 

Syntax object.MoveGraphicsCursor XCoordinate, YCoordinate

 

Description

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.

Arguments

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.

 

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command