如何检测显示分辨率的变化?

时间:2014-09-02 10:31:12

标签: c# resolution

我需要在运行时识别显示分辨率的变化。 这个(Keep track of screen change and screen resolution change in Windows Form Application to change form size)帮助我触发了这个事件。但我仍然无法获得显示器的新分辨率。

是否可以使用sendere来实现?

1 个答案:

答案 0 :(得分:2)

只需从屏幕上获取屏幕Bounds

Screen.PrimaryScreen.Bounds

或迭代Screen.AllScreens以获取所有屏幕及其尺寸。