SL_DrawOutBoxXY


NAME
SL_DrawOutBoxXY -- draws a "raised" box.

SYNOPSIS
SL_DrawOutBoxXY(winhandle, x1, y1, x2, y2);
A0 D1 D2 D3 D4

void SL_DrawOutBoxXY(WINHANDLE, WORD, WORD, WORD, WORD);

FUNCTION
Draws a "3-d" box that appears to be raised off of 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_DrawOutBoxWH.

 

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