求助自动找图识别中有段代码看不懂?(新手)

;請確保下段程式碼在腳本最頂部
SysGet, VirtualHeight, 79
SysGet, VirtualWidth, 78
;=====================

;請按右鍵>創造函式積木 來使用此函式積木
等待圖片出現(圖片路徑){
global VirtualHeight,VirtualWidth
while TRUE {
__ImageFilePath:=圖片路徑
gui,add,picture,hwnd__mypic,%__ImageFilePath%
if FileExist(__ImageFilePath){
controlgetpos,,,__img_w,__img_h,,ahk_id %__mypic%
CoordMode Pixel
;搜尋圖片
ImageSearch, __FoundX, __FoundY, 0, 0, VirtualWidth, VirtualHeight,%__ImageFilePath%
CoordMode Mouse
;獲取圖片中心座標
圖片座標X:=__FoundX + __img_w/2
圖片座標Y:=__FoundY + __img_h/2
if (ErrorLevel=0) {
break
} else {
continue
}
} else {
Msgbox % “圖片路徑不存在”
}
}
}

gui,add,picture,hwnd__mypic,%__ImageFilePath%中的hwnd__mypic是什么意思?

论坛管理 管理员

热门评论
:
该帖子评论已关闭
图片审查中...
编辑答案: 我的回答: 最多上传一张图片和一个附件
x
x
个人中心
购物车
优惠劵
有新私信 私信列表
搜索