| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: stream icon position &key width height standard-size
Draws icon on stream at
position. stream should be
a graphical-stream
.
icon should be an icon handle (an integer), as
returned by extract-icon-from-file or create-icon-handle. position
should be the position on the stream at which to draw the upper-left
corner of the icon.
If width, height, and
standard-size are all nil
(as they are by default), then the icon is drawn
at the size at which it was created. If
standard-size is true, then it is drawn at the
standard (larger) size for icons on that platform. Otherwise
width and/or height may be
specified as a positive integer to indicate a size in pixels that
overrides the default for that dimension.
See cg-icons.htm.
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.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |