Function
draw-lines port description &rest args =>
A graphics port
A description sequence
General graphics port drawing arguments
draw-line function draws several lines as specified by the description sequence. This is usually more efficient than making several calls todraw-line. The description argument is a sequence of values of the form x1 y1 x2 y2. Seedraw-line for more information. draw-line