Ben Mc
Ben Mc

Reputation: 2078

Best way to draw a simple line with Windows Phone 7 XNA

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?

Upvotes: 1

Views: 1795

Answers (1)

Lukasz Madon
Lukasz Madon

Reputation: 14994

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

Upvotes: 1

Related Questions