User Tools

Site Tools


en:line

This is an old revision of the document!


Line (Statement)

Format

line x0, y0, x1, y1
line ( x0, y0, x1, y1 )

Description

Draws a line from the point x0,y0 to the point x1, y1 with the current pen color. The width of the line may be adjusted using the PenWidth statement.

Example

clg

color black

line 50,50,200,200

penwidth 5
line 100,200,200,200

penwidth 10
line 100,200,50,50

draws
Line

See Also

2016/01/01 22:42

History

en/line.1451713288.txt.gz · Last modified: 2020/02/28 10:46 (external edit)