Пример #1
0
 public static extern bool GetClientRect
 (
     IntPtr hWnd,
     ref Win32APIWrapper.RECT lpRect
 );
Пример #2
0
 public static extern bool GetWindowRect
 (
     IntPtr nptrWnd,
     ref Win32APIWrapper.RECT lpRect
 );