在线时间:8:00-16:00
132-9538-2358
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
using System.Windows.Forms;
首先引用上面的命名空间。
然后在代码中获取屏幕信息。如下代码:
System.Windows.Forms.Screen screen = System.Windows.Forms.Screen.PrimaryScreen; System.Drawing.Rectangle rct = screen.Bounds; int width= screen.WorkingArea.Width;
评论
请发表评论