draw_lines/[2,3]
     draw_lines(+Drawable, +Points)
     draw_lines(+Drawable, +Gc, +Points)
     

Draw connected lines in Drawable. Points is a list of point(X,Y) terms, each specifying the location of one vertex.