Table of Contents

Advertisement

LINE
Purpose
Draws straight lines.
Form
LINE [(CX1>,CY1 »]-(CX2>,CY2>)[,Cline
color>[,B|BF]]
Description
(1) <X1>, <X2>, <Y1 >, and <Y2> indentify x and y coor­
dinates, on the world coordinate system, and can be
written using numeric expressions.
When (<X 1 >,<Y 1 >) is specified, a straight line is drawn
starting from the point through (<X2>,<Y2>). When the
initiating point is omitted, the terminating point of
the LINE instruction executed immediately before is
assumed as the initiating point. If no LINE instruc­
tions have been executed immediately before, (0,0) is
assumed as the initiating point.
(2) When Cline color> is specified, a line is drawn
using this color. Specify using the color codes. If
omitted, the Ccharacter color> at that time is used. It
can be written using a numeric expression.
(3) When B is specified, a rectangle having (<X1>,<Y1>)
and (<X2>,<Y2>) as opposite angles is drawn. When BF is
specified, Cline color> is spread inside the rectangle.
3-120

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents