C#获取屏幕分辨率

int height=Screen.PrimaryScreen.Bounds.Height;
int width = Screen.PrimaryScreen.Bounds.Width;

获取屏幕的宽高

posted @ 2015-08-12 15:42  孙小超  阅读(800)  评论(0)    收藏  举报