|
发表于 2009-3-11 11:17:02
|
显示全部楼层
移植过来的按键精灵DLL,用Autoit找图代码函数
Func _FindPic($iLeft, $iTop, $iRight, $iBottom, $szFileName, $fSimilar)
Dim $pos[2]
$obj = ObjCreate("QMDispatch.QMFunction")
$foundpixel = $obj.FindPic($iLeft, $iTop, $iRight, $iBottom, $szFileName, $fSimilar)
$pos[0] = Int($foundpixel / 8192)
$pos[1] = Mod($foundpixel, 8192)
Return $pos
EndFunc ;==>FindPic
需要按键精灵的三个文件:QMDispatch.dll(需使用regsvr32注册)、helper.dll、WinIo.dll。调用该函数即可实现找图功能
转自 http://hi.baidu.com/51autoit/blo ... eb1bd5d539c92d.html
[ 本帖最后由 baikaifang 于 2009-3-11 12:15 编辑 ] |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?加入
×
|