SL_DrawBoxXY


NAME
SL_DrawBoxXY -- draws a box.

SYNOPSIS
SL_DrawBoxXY(winhandle, x1, y1, x2, y2);
A0 D0 D1D2 D3

void SL_DrawBoxXY(WINHANDLE, WORD, WORD, WORD, WORD);

FUNCTION
Draws a 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_DrawBoxWH.

 

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