使用 Windows Phone 7 XNA 绘制简单线条的最佳方式
我对 Windows Phone 7 编程非常陌生。
我如何从点 (x1,y1) 到点 (x2,y2) 绘制一条线。
我正在使用 XNA Game Studio,可以在其中做很多事情,但需要能够像在基本画布上一样用线条绘制一些简单的形状。
有什么办法可以做这样的事情吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Charles Petzold 的《Programming Windows Phone 7》一书中有一个简单的绘制线条的库。
In book Programming Windows Phone 7 by Charles Petzold there is a simple lib to draw lines.