Draws several lines between pairs of two given points.
graphics-ports
draw-lines port description &rest args
port⇩ |
A graphics port. |
description⇩ |
A description sequence. |
args⇩ |
graphics-state parameters passed as keyword arguments. |
The function draw-lines
draws several lines to port as specified by description. This is usually more efficient than making several calls to draw-line. description is a repeating sequence of values of the form x1 y1 x2 y2. See draw-line for more information, including about how args is used.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:33:02