[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson