| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: stream x y
Erases a line from the current position in stream to a position that
is x pixels to the right of the current
position and y pixels downward from the
current position. (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-by.
The current position may be set by calling move-to-x-y.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |