请问关于c的具体应用场景有哪些?
- 内容介绍
- 文章标签
- 相关推荐
本文共计209个文字,预计阅读时间需要1分钟。
我正在使用VSTS 2008。
顺便说一句:有两种模式的双屏幕,重复屏幕或扩展屏幕.我还需要一个解决方案来区分不同的模式.
提前致谢,
乔治
Gets an array of all displays on the
system.
物业Primary
Gets a value indicating whether a particular display is the primary device.
而Bounds财产可能是其余的解决方案.
System.Windows.Forms.SystemInformation.VirtualScreen财产
可能对您有用,以确定是否克隆或扩展主监视器.
VirtualScreen分辨率高于primary – >扩展…
VirtualScreen分辨率=主要分辨率 – >克隆…
本文共计209个文字,预计阅读时间需要1分钟。
我正在使用VSTS 2008。
顺便说一句:有两种模式的双屏幕,重复屏幕或扩展屏幕.我还需要一个解决方案来区分不同的模式.
提前致谢,
乔治
Gets an array of all displays on the
system.
物业Primary
Gets a value indicating whether a particular display is the primary device.
而Bounds财产可能是其余的解决方案.
System.Windows.Forms.SystemInformation.VirtualScreen财产
可能对您有用,以确定是否克隆或扩展主监视器.
VirtualScreen分辨率高于primary – >扩展…
VirtualScreen分辨率=主要分辨率 – >克隆…

