Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

fill-box-x-y

Arguments: stream left top right bottom

Fills a rectangular area on stream from an upper-left position at (left, top) to a lower-right position at (right, bottom). stream should be a graphical-stream. The other arguments should be integers. To use a box object rather than individaul coordinates, see fill-box.

The filled area will include the pixels where the x coordinate is equal to left and those where the y coordinate is equal to top, but not the pixels where the x coordinate is equal to right or those where the y coordinate is equal to bottom.


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.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version