コード例 #1
0
 private void SetLocation(WinAPI.POINT location)
 {
     this.Left = location.x;
     this.Top  = location.y;
 }
コード例 #2
0
 public static extern bool GetCursorPos(out POINT lpPoint);