I want to have potentially thousands of painted shapes on a panel and be able to identify them when I mouseover or click on them. What is the best way to do this?
My guess is I have to have some shape regions in a table. And have some clever way of looking up matches when I hover across page. Seems computationally intensive. Are there methods out there that can help?