draw-lines in dc<%>
Draws multiple connected lines. The current pen is used for drawing the lines.
See also
set-smoothing for information on the 'aligned smoothing mode.
(-> voidsenda-dcdraw-linespointsxoffsetyoffset)
points: list ofpoint%objects
xoffset=0: real number
yoffset=0: real numberDraws lines using a list of
points, addingxoffsetandyoffsetto each point.Restrictions on the magnitude of drawing coordinates are described with
dc<%>.