读书人

C#获取荧幕的大小

发布时间: 2012-08-28 12:37:01 作者: rapoo

C#获取屏幕的大小

C#获取屏幕大小:
Rectangle rect=System.Windows.Forms.SystemInformation.VirtualScreen;int width=rect.Width;int height=rect.Height;

读书人网 >C#

热点推荐