摘要: 两种方法:1.Rectangle rect = Screen.GetWorkingArea(this);int width = rect.Width;int height = rect.Height;2.Rectangle rect = System.Windows.Forms.SystemInformation.VirtualScreen;int width = rect.Width;int height = rect.Height; 阅读全文
posted @ 2014-03-02 10:32 Vincent.Dr 阅读(372) 评论(0) 推荐(0)