I have seen examples of using SearchArea along with Click and a pre-captured image.
My needs are a bit different. I have a generated TIG that I want to check for in a specified region (the bottom left hand corner of the screen). I see that when I call SetSearchArea that it is deprecated. So, what is the alternative?
Is there anything like:
ImageFound (tigImage, SearchArea( (x,y),(x2,y2))
or a work around for the lack of it?