DrawEventArgs GraphicsDevice 丢失
我有一个用 c#、.NET 4 和 .NET 编写的应用程序Silverlight 5 和XNA 框架,在 VS 2010/Windows7pro 中。 当尝试使用 System.Windows.Control.DrawEventArgs 类绘制场景 (scene.Draw( e.GraphicsDevice)) 时,应该有一个可用的 GraphicsDevice 对象,但实际上没有。
我错过了什么吗?
I have an application written in c#, .NET 4 & silverlight 5 & XNA Frameworks, in VS 2010/Windows7pro.
When trying to use the System.Windows.Control.DrawEventArgs class to draw a scene (scene.Draw( e.GraphicsDevice)) there should be an GraphicsDevice object available but there is not.
Have I missed something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以找到答案 这里解决了我的同样问题。
You can find the answer here which solved the same problem of mine.
来自 David Catuhe 的博客
from David Catuhe's blog