How does one disable hardware acceleration in wpf?

后端 未结 4 1487
被撕碎了的回忆
被撕碎了的回忆 2020-12-14 10:31

What is the procedure for disabling hardware acceleration in WPF? What is it exactly? Is it a Windows setting, a Visual Studio setting, or something you alter in the code of

4条回答
  •  不思量自难忘°
    2020-12-14 10:41

    In version 4.0, you can also use RenderOptions.ProcessRenderMode to set a process wide preference (http://msdn.microsoft.com/en-us/library/system.windows.media.renderoptions.processrendermode.aspx).

提交回复
热议问题