Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>llg_rect structure</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LLG_RECT structure
 Structure for screen region information
------------------------------------------------------------------------------
 Structure

     typedef struct
     {
        int   iLeft;
        int   iTop;
        int   iRight;
        int   iBottom;
     } LLG_RECT;
     
     typedef LLG_RECT far * LLG_LPRECT;

 Elements

     iLeft is the X coordinate of the top left corner of the screen
     region.

     iTop is the Y coordinate of the top left corner of the screen
     region.

     iRight is the X coordinate of the bottom right corner of the screen
     region.

     iBottom is the Y coordinate of the bottom right corner of the screen
     region.

     Note:  These coordinates are pixel-based unless you specify the
     bIsGraphic parameter as false (.F.) when you call _gExclSet().

 Files   Header file is Llibg.api.

 Used By   _mClipGet(), _mClipSet(), _gClipGet(), _gClipSet(), _gExclGet(),
           _gExclSet()


See Also: _mClipGet() _mClipSet() _gClipGet() _gClipSet()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson