コード例 #1
0
 public static IntPtr GetWindowFromPoint(Point pt)
 {
     return(Api_User32.WindowFromPoint(pt));
 }