ImageSearch is searshing all pixels, but i want this searsh only my, selected area, how do this?
_ImageSearchArea($findImage,$resultPosition,$x1,$y1,$right,$bottom,ByRef $x, ByRef $y, $tolerance)
_ImageSearchArea("pathToYourImage",1,x-1,y-1,x-2,-y-2,$x,$y,5)