RedrawWindow Method
RedrawWindow(IntPtr, ref RECT, IntPtr, uint)
Declaration
public static extern bool RedrawWindow(IntPtr hWnd, ref Win32.RECT lprcUpdate, IntPtr hrgnUpdate, uint flags)
Parameters
Returns
RedrawWindow(IntPtr, IntPtr, IntPtr, uint)
Declaration
public static extern bool RedrawWindow(IntPtr hWnd, IntPtr lprcUpdate, IntPtr hrgnUpdate, uint flags)
Parameters
Returns
RedrawWindow(IntPtr, ref RECT)
Declaration
public static bool RedrawWindow(IntPtr handle, ref Win32.RECT rc)
Parameters
Returns