I’ve created an app that lets the user draw a picture onto a Canvas. I would like the user to also be able to save that drawing to his Media Library. I’ve looked up info on IsolatedStorage but that’s not exactly what I want, or am I wrong?
Thanks.
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.
You can render you canvas to a
WriteableBitmapYou can then encode this as a JPEG and save to isolated storage as described in this blog post.