Next Previous Up Top Contents Index

2 GP Reference Entries

draw-line

Function

Summary

Draws a line between two given points.
Signature

draw-line port from-x from-y to-x to-y &rest args =>

Arguments

port

A graphics port

from-x

A real number

from-y

A real number

to-x

A real number

to-y

A real number

args

General graphics port drawing arguments

Description

Thedraw-line function draws a line from (from-x from-y) to (to-x to-y). The graphics state parameters transform, foreground, background, operation, thickness, scale-thickness, dashed, dash, line-end-style, stipple, pattern, mask-x, mask, and mask are used.

LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker