| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 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-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |