码迷,mamicode.com
首页 > 编程语言 > 详细

大漠&易语言 找字、找图

时间:2015-01-24 15:38:19      阅读:275      评论:0      收藏:0      [点我收藏+]

标签:

找字

.版本 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)

大漠&易语言 找字、找图

标签:

原文地址:http://www.cnblogs.com/linwz/p/4245933.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!