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