I want to manually create canvas and draw image into the screen.
set image position x,y axis programatically.
Is this possible in wp7?
tell me some idea to do this.
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.
Yes. Silverlight has a class called
WriteableBitmapthat allows you to ‘draw’ images. The API is very basic (just an array of pixels), but there are libraries that can help you with this:http://writeablebitmapex.codeplex.com/