<< SL_DrawBoxWH | SL_DrawOutBoxWH >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_DrawFilledBoxWH
NAME
SL_DrawFilledBoxWH -- draws a filled box.
SYNOPSIS
SL_DrawFilledBoxWH(winhandle, x, y, width, height);
A0 D0 D1 D2 D3
void SL_DrawFilledBoxWH(WINHANDLE, WORD, WORD, UWORD, UWORD);
FUNCTION
Draws a filled box with the upper left corner at x,y that 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_DrawFilledBoxXY.
SL_DrawFilledBoxWH Command Section By Type url:SL_DrawFilledBoxWH
created:2008-03-01 23:36:21 last updated:2008-03-01 23:36:21
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_DrawFilledBoxWH | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_DrawBoxWH | SL_DrawOutBoxWH >> |
Top: Documentation Library | Up: SoftLogik App Library API |