<< SL_CalcTextLength | SL_DrawEllipse >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_DrawIcon
NAME
SL_DrawIcon -- draws an icon.
SYNOPSIS
SL_DrawIcon(winhandle, id, x, y);
A0 D0 D1 D2
void SL_DrawIcon(WINHANDLE, UWORD, WORD, WORD);
FUNCTION
Draws the icon defined by the resource id (id) at the specified
location (x,y).
INPUTS
winhandle - as returned by SL_CreateWindowA.
id - the resource id of the icon to draw.
x,y - the upper left corner of where the icon will be drawn.
SL_DrawIcon Command Section By Type url:SL_DrawIcon
created:2008-03-01 23:36:23 last updated:2008-03-01 23:36:23
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_DrawIcon | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_CalcTextLength | SL_DrawEllipse >> |
Top: Documentation Library | Up: SoftLogik App Library API |