DRAW Mnemonic - Pen Draw (SYSGUI)
Syntax
'DRAW'(x,y)
Description
The 'DRAW' mnemonic moves the pen from its current position to the new position defined by x and y, drawing as it moves. It uses the current pen setting and draw mode.
|
Parameter |
Description |
|
x |
Horizontal location of the new position. |
|
y |
Vertical location of the new position. |