↧
Mouse hover event speed
Right on. Yeah I guess my question was whether silverlight had some sort of optimizations that would make their HitTest and Mouse event handlers much faster than what I could write on my own.
View ArticleMouse hover event speed
I agree, I think option 1 is probably a better choice. I don't envy your having to code it :), but it is definitly doable.
View ArticleMouse hover event speed
I have a pencil tool that I can use to draw a scribble on a canvas. I save this as a List<Line>. Let's say it has a size of like 1000.I'd like to have hover text displayed on this scribble...
View Article