The ScreenSaveZone function saves a specified area of the screen as a bitmap file. (Multiple monitor areas are also available)
void @ScreenSaveZone(string filename, int start_x, int start_y, int width, int height);
Parameters
string filename : Save filename
int x : Start x coordinate
int y : Start y coordinate
int width : Horizontal Length
int height : Vertical Length
Return Value
None.
Example
@ScreenSaveZone("C:\\Test1\\test.bmp", 0, 0, 200, 200);
Description : In the upper left corner, the screen area with a width and height of 200 is saved as a bitmap file called 'test.bmp'. The bitmap file is stored in the folder you specify (C:\Test1).
Version Information
Supported Version: