标签:定义 bounds 图片 class code alt top screen inf
private void PointXY() { Point sp = new Point(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height); this.Left = 20; this.Top = (sp.Y - this.Height) / 2; }
设置属性
标签:定义 bounds 图片 class code alt top screen inf
原文地址:https://www.cnblogs.com/shuaimeng/p/10107719.html