| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: stream to
Draws a line on stream from the current position
to to, which must be a position (see make-position). stream
should be a cg-stream
.
The to position becomes the new current position. Contrast with draw-by, where a line is drawn to an offset relative to the current position rather than an absolute position as with this function.
See also draw-to-x-y and cg-drawing.htm.
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 |