<< SL_DrawCurve | SL_DrawFilledBoxWH >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_DrawBoxWH
NAME
SL_DrawBoxWH -- draws a box.
SYNOPSIS
SL_DrawBoxWH(winhandle, x, y, width, height);
A0 D0 D1 D2 D3
void SL_DrawBoxWH(WINHANDLE, WORD, WORD, UWORD, UWORD);
FUNCTION
Draws a 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_DrawBoxXY.
SL_DrawBoxWH Command Section By Type url:SL_DrawBoxWH
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_DrawBoxWH | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_DrawCurve | SL_DrawFilledBoxWH >> |
Top: Documentation Library | Up: SoftLogik App Library API |