Help with ImageSearch

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
bburl

Help with ImageSearch

23 May 2018, 07:16

Hello everyone !

Have some way to do a "Search Box Size" to ImageSearch?
I need to limit that area of search on screen, thanks !
AHKStudent
Posts: 1472
Joined: 05 May 2018, 12:23

Re: Help with ImageSearch

23 May 2018, 15:19

Code: Select all

ImageSearch, OutputVarX, OutputVarY, X1, Y1, X2, Y2, ImageFile
https://autohotkey.com/docs/commands/ImageSearch.htm
X1,Y1
The X and Y coordinates of the upper left corner of the rectangle to search, which can be expressions. Coordinates are relative to the active window unless CoordMode was used to change that.

X2,Y2
The X and Y coordinates of the lower right corner of the rectangle to search, which can be expressions. Coordinates are relative to the active window unless CoordMode was used to change that.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 293 guests