Previous Up Next

_CAPTUREscreen
Required : scol v4.5

capture a screen area into a bitmap

ObjBitmap _CAPTUREscreen (
ObjBitmap _bitmap_
I _x_
I _y_
I _width_
I _height_
I _flag_
)
Parameters

_bitmap_
any bitmap
_x_
x coordinate of upper-left corner
_y_
y coordinate of upper-left corner
_width_
width
_height_
height
_flag_
options flag :
0 the mouse cursor is not included in the screen capture
1 the mouse cursor is included in the screen capture
Return value

same bitmap