DrawEventArgs GraphicsDevice缺失

时间:2011-09-07 21:32:42

标签: c# .net visual-studio silverlight xna

我有一个用c#编写的应用程序,.NET 4& silverlight 5& XNA框架,在VS 2010 / Windows7pro中。 当尝试使用System.Windows.Control.DrawEventArgs类绘制场景(scene.Draw(e.GraphicsDevice))时,应该有一个GraphicsDevice对象可用,但没有。

我错过了什么吗?

2 个答案:

答案 0 :(得分:1)

你可以找到解决我同样问题的答案here

答案 1 :(得分:-1)

来自David Catuhe的博客

  

DrawEventArgs类不再处理该设备。它现在可以在GraphicsDeviceManager.Current.GraphicsDevice上获得。