Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 7.0
Object described on page has changed in 7.0.

draw-icon

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-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. The object described on this page has been modified in the 7.0 release; see the Release Notes.
Created 2005.9.20.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 7.0
Object described on page has changed in 7.0.