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