Пример #1
0
 public static extern bool InvalidateRect(IntPtr hWnd, [In] ref NativeMethods.RECT rect, [MarshalAs(UnmanagedType.Bool)] bool bErase);
Пример #2
0
 public static extern bool GetClientRect(IntPtr hWnd, [In, Out] ref NativeMethods.RECT rect);