<< SL_DrawFilledBoxWH | SL_DrawInBoxWH >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_DrawOutBoxWH
NAME
SL_DrawOutBoxWH -- draws a "raised" box.
SYNOPSIS
SL_DrawOutBoxWH(winhandle, x, y, width, height);
A0 D0 D1 D2D3
void SL_DrawOutBoxWH(WINHANDLE, WORD, WORD, UWORD, UWORD);
FUNCTION
Draws a "3-d" box that appears to be raised off of 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_DrawOutBoxXY.
SL_DrawOutBoxWH Command Section By Type url:SL_DrawOutBoxWH
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_DrawOutBoxWH | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_DrawFilledBoxWH | SL_DrawInBoxWH >> |
Top: Documentation Library | Up: SoftLogik App Library API |