自定义窗体位置
2021-06-26 13:06
阅读:673
标签:定义 bounds 图片 class code alt top screen inf 设置属性 自定义窗体位置 标签:定义 bounds 图片 class code alt top screen inf 原文地址:https://www.cnblogs.com/shuaimeng/p/10107719.html
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;
}
评论
亲,登录后才可以留言!