1

I'm REALLY new to programming on Windows Phone 7.

How would I draw a line from point (x1,y1) to point (x2,y2).

I'm using the XNA Game Studio, and can do a lot in there, but need to be able to draw some simple shapes with lines like I would on a basic Canvas.

Is there any way to do something like this?

Ben Mc
  • 2,038
  • 6
  • 30
  • 37

1 Answers1

1

In book Programming Windows Phone 7 by Charles Petzold there is a simple lib to draw lines.

Lukasz Madon
  • 14,664
  • 14
  • 64
  • 108