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