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