| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. | |||||||||
Arguments: stream
Begins collecting subsequent line-drawing function calls on
stream into a "path". Must be followed by a call
to end-drawing-path at some point,
which actually draws the entire path. stream
should be a cg-stream.
A path is useful for filling a collection of lines and curves as a
unit. It is also needed in Windows 98 (as opposed to NT/2000/XP) in order
to use line-end
and line-join
styles other than :round.
To ensure that end-drawing-path is always called for each call to begin-drawing-path, it is convenient to use with-drawing-path instead of separate calls to begin-drawing-path and end-drawing-path. See also: line-end, with-line-end, line-join, with-line-join, end-drawing-path, and with-drawing-path.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page was not revised from the 6.2 page.
Created 2005.9.20.
| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. | |||||||||