Setting the current draw position to specified co-ordinatesΒΆ
MoveTo() |
Set the current position to specified co-ordinates |
SYNTAX
MoveTo(window_id, xpos, ypos)
Set the current position for subsequent drawing operations to the co-ordinates specified.
window_id |
The identifier of the window in which the position is to be set. |
xpos, ypos |
The x and y co-ordinates of the new drawing position. |
RELATED TOPICS |