Nate
Nate

Reputation: 837

Touch event on wp7 silverlight. I need to get touched pixel on the photo.

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

Answers (1)

firebellys
firebellys

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

Related Questions