System.Windows.Forms.Screen screen=Screen.PrimaryScreen; System.Drawing.Rectangle rct=screen.Bounds; this.label1.Text=rct.Height.ToString();//高度 this.label2.Text=rct.Width.ToString();//宽度
高手说下。 在C#中要用什么代码才能获的屏幕的分辨率
最新推荐文章于 2025-09-13 23:02:05 发布