Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can I change the direction of the scan?
#2
No. But can get array and use its last element.

Macro Macro284
Code:
Copy      Help
ARRAY(RECT) a
int w=win(" - Mozilla Firefox" "MozillaWindowClass")
if(!scan("image:h4123CB22" w 0 2|16 0 a)) out "not found"; ret
RECT r=a[a.len-1] ;;last
mou (r.left+r.right/2) (r.top+r.bottom/2)


Messages In This Thread
RE: Can I change the direction of the scan? - by Gintaras - 06-13-2019, 04:54 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)