Guerreiro
Guerreiro

Reputation: 133

How to draw on Windows Phone like on HTML canvas

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

Answers (1)

Rishi Jasapara
Rishi Jasapara

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

Related Questions