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>_gscreensave()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _gScreenSave()
 Save a screen region
------------------------------------------------------------------------------
 C Prototype

     #include "llibg.api"
     ITEM _gScreenSave(
                        int iTop,
                        int iLeft,
                        int iBottom,
                        int iRight
                      )

 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.

 Returns

     In text mode, this function returns a string item identical to the
     CA-Clipper SAVESCREEN() function.  In graphic mode, it returns an array
     item in which each element is a string.

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


See Also: _gScreenRest()

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