Reputation: 133
I want to draw on Windows Phone 7 (Xna or whatever) like I draw on a HTML canvas, Processing or Java Graphics. Is it possible?
I found an answer that say to use the WriteableBitmap class, but how can I use it?
What I want is to draw in a raster image with functions like fillRect, fillOval, drawImage, etc...
Upvotes: 1
Views: 570
Reputation: 638
Here is a tutorial for you. This shows exactly how to simulate a touch based drawing canvas. Hope this helps you in your endeavor :)
Edit: Tutorial #2
Another tutorial to help you with the same.
Upvotes: 2