Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
scan with a circle as area.
#4
This would be very rarely used, so will not be near the top of my long to do list.

What about temporarily adding a mask on the screen while searching? Create a mask bitmap. Assign it to a toolbar. You can make one of mask colors transparent, and remaining part partially transparent (almost invisible, but will not allow to find image in that area).

Example:

Code:
Copy      Help
int h=mac("mask_tb")
mov 300 300 h
scan(...)
clo h

Toolbar mask_tb (example):
Code:
Copy      Help
;/set 0x425 0xFCFF /transp 64 0 /bmp "C:\Documents and Settings\G\My Documents\My Pictures\untitled.bmp"

See the circle mask in the picture?


Attached Files Image(s)
   


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)