WPF Example-Get Mouse Position

来源:互联网 发布:android idk for mac 编辑:程序博客网 时间:2024/06/05 02:16
private void pnlMainGrid_MouseUp(object sender, MouseButtonEventArgs e){    MessageBox.Show("You clicked me at " + e.GetPosition(this).ToString());}
1 0
原创粉丝点击