Rectangle rect1 = panel1.Bounds;
rect1 = MF.mf.RectangleToScreen(rect1);
if (rect1.Contains(MousePosition))... // MousePosition是鼠标绝对位置,所有控件的边界必须用顶级父窗口来RectangleToScreen,否则定位不准}
posted on 2016-10-15 19:18 mol1995 阅读(222) 评论(0) 编辑 收藏 举报