User32RedrawWindow Method

Overload List

RedrawWindow(IntPtr, NativeRectangle, IntPtr, RedrawWindowFlags) Updates the specified rectangle or region in a window's client area.
RedrawWindow(IntPtr, Rectangle, IntPtr, RedrawWindowFlags) Updates the specified rectangle or region in a window's client area.
RedrawWindow(IntPtr, IntPtr, IntPtr, RedrawWindowFlags) Updates the specified rectangle or region in a window's client area.
RedrawWindow(SafeHandle, NativeRectangle, IntPtr, RedrawWindowFlags) Updates the specified rectangle or region in a window's client area.
RedrawWindow(SafeHandle, Rectangle, IntPtr, RedrawWindowFlags) Updates the specified rectangle or region in a window's client area.
RedrawWindow(SafeHandle, IntPtr, IntPtr, RedrawWindowFlags) Updates the specified rectangle or region in a window's client area.

See Also