| Allegro CL version 8.1 This page is new in 8.1. |
Arguments: stream x1 y1 x2 y2
Draws a line on stream from (x1,
y1) to (x2,
y2). stream
should be a graphical-stream
. The other arguments should be
integers. To use position objects rather than individual coordinates,
see draw-line.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page is new in the 8.1 release.
Created 2007.4.30.
| Allegro CL version 8.1 This page is new in 8.1. |