Exemple #1
0
 public static extern bool IntersectRect(out WinDef.RECT lprcDst, [In] ref WinDef.RECT lprcSrc1,
                                         [In] ref WinDef.RECT lprcSrc2);
Exemple #2
0
 public static extern bool IsRectEmpty([In] ref WinDef.RECT lprc);
Exemple #3
0
 public static extern bool GetWindowRect(IntPtr hWnd, out WinDef.RECT lpRect);
Exemple #4
0
 public static extern bool GetWindowRect(HandleRef hwnd, out WinDef.RECT lpRect);