Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
Unrevised from 8.2 to 9.0.
8.2 version

erase-line

Arguments: stream from to

Erases from stream the line from position from to position to. from and to must be position objects, as created by make-position. stream should be a cg-stream.

Contrast with draw-line, which draws the line on stream.

To use individual coordinates rather than creating position objects, see erase-line-x-y.


Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
Unrevised from 8.2 to 9.0.
8.2 version