swf_defineline
Define a line
&reftitle.description;
voidswf_defineline
intobjid
floatx1
floaty1
floatx2
floaty2
floatwidth
Defines a line.
&reftitle.parameters;
objid
The object id.
x1
x-coordinate of start point.
y1
y-coordinate of start point.
x2
x-coordinate of end point.
y2
y-coordinate of end point.
width
The line width.
&reftitle.returnvalues;
&return.void;