Пример #1
0
 private void SetLocation(WinAPI.POINT location)
 {
     this.Left = location.x;
     this.Top  = location.y;
 }
 public static extern bool GetCursorPos(out POINT lpPoint);