Пример #1
0
 public bool GetWindowRect(IntPtr hwnd, out RECT lpRect)
 {
     return(PInvoker.GetWindowRect(hwnd, out lpRect));
 }