LINE Mnemonic - Draw Line (SYSGUI)

Syntax

'LINE'(x1,y1,x2,y2)

Description

The 'LINE' mnemonic draws a line from x1,y1 to x2,y2 using the current pen and is equivalent to 'MOVETO'(x1,y1), 'DRAW'(x2,y2).

Parameter

Description

x1

Horizontal position of the upper-left corner of the line.

y1

Vertical position of the upper-left corner of the line.

x2

Horizontal position of the lower-right corner of the line.

y2

Vertical position of the lower-right corner of the line.

See Also

Mnemonics - Alphabetical Listing

Mnemonics - Group Listing