<< SL_DrawOutBoxXY | SL_DrawText >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_DrawInBoxXY
NAME
SL_DrawInBoxXY -- draws a "recessed" box.
SYNOPSIS
SL_DrawInBoxXY(winhandle, x1, y1, x2, y2);
A0 D0 D1 D2 D3
void SL_DrawInBoxXY(WINHANDLE, WORD, WORD, WORD, WORD);
FUNCTION
Draws a "3-d" box that appears to be recessed into the background.
INPUTS
winhandle - as returned by SL_CreateWindowA.
x1,y1 - upper left corner of the box.
x2,y2 - lower right corner of the box.
NOTES
x2,y2 must be greater than or equal to x1,y1.
SEE ALSO
SL_DrawInBoxWH.
SL_DrawInBoxXY Command Section By Type url:SL_DrawInBoxXY
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_DrawInBoxXY | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_DrawOutBoxXY | SL_DrawText >> |
Top: Documentation Library | Up: SoftLogik App Library API |