Next Prev Up Top Contents Index

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

The draw-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 - 14 Dec 2001

Next Prev Up Top Contents Index