| Allegro CL version 8.1 This page is new in 8.1. |
Arguments: stream x1 y1 x2 y2
Erases a line on stream from (x1,
y1) to (x2,
y2). (Erasing means drawing in the
stream's background-color.)
stream should be a graphical-stream
. The other arguments should be
integers. To use position objects rather than individual coordinates,
see erase-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. |