Exemplo n.º 1
0
 public static extern bool GetClientRect
 (
     IntPtr hWnd,
     ref Win32APIWrapper.RECT lpRect
 );
Exemplo n.º 2
0
 public static extern bool GetWindowRect
 (
     IntPtr nptrWnd,
     ref Win32APIWrapper.RECT lpRect
 );