Reputation: 837
How can I get touched pixel's coordinate on wp7? I mean, I have a photo and I want to happen an event, after touching, that uses this touched pixel. How can be solved this problem. I'm working on silverlight.
Upvotes: 0
Views: 210
Reputation: 906
You might want to look at the GestureService in the Silverlight toolkit. There should be a method for getting location of the gesture in there.
Upvotes: 1