| Allegro CL version 9.0 Significantly revised from 8.2. 8.2 version |
Arguments: stream top-left width height corner-width corner-height
Draws a filled rounded box on stream with top-left, width, and height indicated. A rounded box has rounded corners. The corner-width and corner-height arguments indicate the width and height of an ellipse that is used to draw the corners (and so the corners themselves are actually only half that wide and tall).
stream
should be a cg-stream
.
See also erase-contents-rounded-box, and draw-rounded-box.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page has had significant revisions compared to the 8.2 page.
Created 2019.8.20.
| Allegro CL version 9.0 Significantly revised from 8.2. 8.2 version |