[]
        
(Showing Draft Content)

C1.Util.Win.Win32.RedrawWindow

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
Type Name Description
IntPtr hWnd
Win32.RECT lprcUpdate
IntPtr hrgnUpdate
uint flags
Returns
Type Description
bool

RedrawWindow(IntPtr, IntPtr, IntPtr, uint)

Declaration
public static extern bool RedrawWindow(IntPtr hWnd, IntPtr lprcUpdate, IntPtr hrgnUpdate, uint flags)
Parameters
Type Name Description
IntPtr hWnd
IntPtr lprcUpdate
IntPtr hrgnUpdate
uint flags
Returns
Type Description
bool

RedrawWindow(IntPtr, ref RECT)

Declaration
public static bool RedrawWindow(IntPtr handle, ref Win32.RECT rc)
Parameters
Type Name Description
IntPtr handle
Win32.RECT rc
Returns
Type Description
bool