How to draw shapes in WP7 with the finger? I am trying to implement a simple paint application but I am not sure how to make the drawing.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
fingerpaint is your friend
try it out on Ruby using http://script.iron7.com/#/Script/Detail?scriptId=FingerPaint&userLowerCaseName=iron7
or in C# at http://sigurdsnorteland.wordpress.com/2010/10/20/fingerpaint-a-little-wp7-paint-app/
Note that the two sets of code aren’t quite the same – the C# fingerpaint had some issues about drawing new tracks on top of old ones so I modified this when I wrote the Ruby one.
Also note that to take this further, you should probably support multitouch.