SL_DrawFilledBoxXY


NAME
SL_DrawFilledBoxXY -- draws a filled box.

SYNOPSIS
SL_DrawFilledBoxXY(winhandle, x1, y1, x2, y2);
A0 D0D1 D2D3

void SL_DrawFilledBoxXY(WINHANDLE, WORD, WORD, WORD, WORD);

FUNCTION
Draws a filled box whose upper left corner is at x1,y1 and whose
lower right corner is at x2,y2.

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_DrawFilledBoxWH.

 

SL_DrawFilledBoxXY  Command Section By Type  url:SL_DrawFilledBoxXY
  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_DrawFilledBoxXY
There are no user contributed comments for this page.