Exemplo n.º 1
0
 public static extern bool IntersectRect(out RECT lprcDst, [In] ref RECT lprcSrc1,
    [In] ref RECT lprcSrc2);
Exemplo n.º 2
0
 internal static extern bool GetClientRect(IntPtr hWnd, out RECT lpRect);
Exemplo n.º 3
0
 public static extern bool GetWindowRect(IntPtr hWnd, out RECT lpRect);