[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _gScreenRest()
 Restore a screen region previously saved with _gScreenSave()
------------------------------------------------------------------------------
 C Prototype

     #include "llibg.api"
     void _gScreenRest(
                        int iTop,
                        int iLeft,
                        int iBottom,
                        int iRight,
                        ITEM itmSavedScreen
                      )

 Arguments

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

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

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

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

     itmSavedScreen is an item containing a screen region previously
     saved with _gScreenSave().

 Files   Library is LLIBG.LIB, header file is Llibg.api.


See Also: _gScreenSave()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson