<< SL_DrawOutBoxWH | SL_DrawBoxXY >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_DrawInBoxWH
NAME
SL_DrawInBoxWH -- draws a "reccessed" box.
SYNOPSIS
SL_DrawInBoxWH(winhandle, x, y, width, height);
A0 D0 D1 D2 D3
void SL_DrawInBoxWH(WINHANDLE, WORD, WORD, UWORD, UWORD);
FUNCTION
Draws a "3-d" box that appears to be recessed into the background.
The upper let corner is at x,y and the box is width x height in
size.
INPUTS
winhandle - as returned by SL_CreateWindowA.
x,y - upper left corner of the box.
width - width of the box.
height - height of the box.
SEE ALSO
SL_DrawInBoxXY.
SL_DrawInBoxWH Command Section By Type url:SL_DrawInBoxWH
created:2008-03-01 23:36:22 last updated:2008-03-01 23:36:22
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_DrawInBoxWH | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_DrawOutBoxWH | SL_DrawBoxXY >> |
Top: Documentation Library | Up: SoftLogik App Library API |