How to draw shapes in WP7 using your finger?

How to draw shapes in WP7 using your finger? I am trying to implement a simple paint application, but I'm not sure how to draw a drawing.

+3
source share
3 answers

fingerpaint is your friend

Fingerpaint

Note that the two sets of code are not exactly the same: C # fingerpaint had some problems drawing new tracks on top of the old ones, so I changed this when I wrote Ruby.

, , , .

+1

, .

1

2

+2

Line Access StylusDown, StylusMove, and StylusUp events. Draw lines, if necessary, depending on whether you want straight or free-form lines.

0
source

All Articles