| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: stream x y
Erases a line from the current position in stream to the position at
(x,
y). (Erasing means drawing in the stream's
background-color.)
stream should be a graphical-stream
. x and
y should be integers. To use a position object
rather than individual coordinates, see erase-to.
The current position may be set by calling move-to-x-y.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |