Point mouse = this.PointToScreen(Control.MousePosition);
label1.Text = mouse.X.ToString() + ":" + mouse.Y.ToString();
转载于:https://www.cnblogs.com/qiqiBoKe/p/3146987.html
Point mouse = this.PointToScreen(Control.MousePosition);
label1.Text = mouse.X.ToString() + ":" + mouse.Y.ToString();
转载于:https://www.cnblogs.com/qiqiBoKe/p/3146987.html