private void pictureBox1_MouseDown(object sender, MouseEventArgs e) { int x = e.X;//鼠标的X坐标。 int y = e.Y;//鼠标的Y坐标。 }