C#Winform获取屏幕大小

Rectangle rect = Screen.GetWorkingArea(this);
Point p = new Point(rect.Width,rect.Height);
this.Location = p;
posted @ 2013-03-04 13:55  飛雲若雪  阅读(6440)  评论(1编辑  收藏  举报