
本文共 1171 字,大约阅读时间需要 3 分钟。
���������������������������������������C#������������������������������������������������������������������������������������������������������������������������������������������������
������������������Rectangle���
using System.Drawing;Rectangle rec = Screen.GetWorkingArea(this);int SH = rec.Height;int SW = rec.Width;
������������������������System.Drawing.Rectangle
������������������Screen.GetWorkingArea
���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
������������������Screen.PrimaryScreen.Bounds
using System.Windows.Forms;int SH = Screen.PrimaryScreen.Bounds.Height;int SW = Screen.PrimaryScreen.Bounds.Width;
���������������������������System.Windows.Forms.Screen.PrimaryScreen.Bounds
���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
���������������������������������������������������������������������������������������������������������������������������
发表评论
最新留言
关于作者
