我正在尝试检测屏幕(不是窗口)的宽度和高度。
我知道人们使用Window.Current.Bounds,但这给了我窗口大小,而不是屏幕。
我在以色列的博客社区找到了这篇文章(http://blogs.microsoft.co.il/tomershamam/2012/07/24/get-screen-resolution-in-windows-8-metro-style-application/)。但它使用C ++,还有其他方法吗?
答案 0 :(得分:0)
也许这篇文章会有所帮助?
答案 1 :(得分:0)
您可以使用SystemInformation.PrimaryMonitorSize
找到它:System.Windows.Forms
如果你使用c#。