Next Previous Up Top Contents Index

2 GP Reference Entries

draw-lines

Function

Summary

Draws several lines between pairs of two given points.
Signature

draw-lines port description &rest args =>

Arguments

port

A graphics port

description

A description sequence

args

General graphics port drawing arguments

Description

Thedraw-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.
See also

draw-line

LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker