示例#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);