获取指定区域图象 - GetScreenDataPtr
函数简介
获取指定区域的图像
x1 , y1, x2, y2传 0, 0, 0, 0 为窗口整个客户区
接口名称
GetScreenDataPtr
DLL调用
long GetScreenDataPtr(long ola, int x1, int y1, int x2, int y2)
参数定义:
ola
(长整型数): OLAPlug对象的指针,由DLL版本 CreateCOLAPlugInterFace 接口生成x1
(整型数): 区域的左上X坐标y1
(整型数): 区域的左上Y坐标x2
(整型数): 区域的右下X坐标y2
(整型数): 区域的右下Y坐标
示例:
待补充...
COM调用
long GetScreenDataPtr(int x1, int y1, int x2, int y2)
参数定义:
x1
(整型数): 区域的左上X坐标y1
(整型数): 区域的左上Y坐标x2
(整型数): 区域的右下X坐标y2
(整型数): 区域的右下Y坐标
示例: