易语言的找字、找图实例
时间:2021-09-25 08:18:29|栏目:|点击: 次
以下是易语言找字和找图的相关实例代码
找字
.版本 2 .支持库 dm dm.SetPath () dm.SetDict (0, “字库.txt”) hwnd = dm.GetMousePointWindow () dm.BindWindow (hwnd, “normal”, “normal”, “normal”, 0) 返回文本 = dm.Ocr (0, 0, 1280, 1024, “000000-000000”, 1) dm.UnBindWindow ()
找图
dm.SetPath () dm.FindPicE (0, 0, 1280, 1024, “临时.bmp”, “000000”, 1, 0)
栏 目:
下一篇:docker 容器上编译 go 程序提示找不到文件问题
本文标题:易语言的找字、找图实例
本文地址:http://www.codeinn.net/misctech/177335.html






