Reputation: 3331
I am using a canvas control in my windows phone 8 application, and I want a line to be drawn on the point where user taps the canvas. I want to take the co ordinates of the tapped point and then draw a line with x1 being tappedpoint.X-50 and x2 being tappedpoint.X+50,please give any suggestions.
Thanks in advance
Upvotes: 2
Views: 1028
Reputation: 3248
Plenty of resources out there for this...
etc. etc.
Upvotes: 2