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>_gscreenrest()</b> http://www.X-Hacker.org [<<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()

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