MOVE

Top  Previous  Next

Syntax

MOVE(win as WINDOW,x as INT, y as INT)

Description

Updates the pen position in the window.

Parameters

win - Window.

x, y - New coordinates, in pixels, for the pen position.

Return value

None

Remarks

The pen position is used by drawing commands and PRINT to determine where to draw in the window.

Example usage

MOVE 10,20
PRINT mywnd, "Pixel location 10,20"