All Manuals > CAPI User Guide and Reference Manual > 22 GRAPHICS-PORTS Reference Entries

NextPrevUpTopContentsIndex

draw-lines

Function
Summary

Draws several lines between pairs of two given points.

Package

graphics-ports

Signature

draw-lines port description &rest args

Arguments

port

A graphics port.

description

A description sequence.

args

graphics-state parameters passed as keyword arguments.

Description

The function draw-lines draws several lines as specified by the description sequence. This is usually more efficient than making several calls to draw-line. The description argument is a sequence of values of the form x1 y1 x2 y2 . See draw-line for more information.

See also

draw-line
graphics-state
Drawing - Graphics Ports


CAPI User Guide and Reference Manual (Windows version) - 3 Aug 2017

NextPrevUpTopContentsIndex