[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
 _gClipGet()
 Retrieve the screen clipping region
------------------------------------------------------------------------------
 C Prototype
     #include "llibg.api"
     ERRCODE _gClipGet(
                        LLG_LPRECT lpClipRectGet
                      )
 Arguments
     lpClipRectGet is a pointer to an LLG_RECT structure that you must
     allocate prior to calling this function.  _gClipGet() writes information
     regarding the current screen clipping region--as set by the most recent
     call to _gClipSet()--to this structure.
 Returns
     SUCCESS if successful; otherwise, an error code.
 Files   Library is LLIBG.LIB, header file is Llibg.api.
See Also:
_mClipGet()
_gClipSet()
LLG_RECT
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson