[]
        
(Showing Draft Content)

C1.Util.Win.Win32.RedrawWindow

RedrawWindow Method

RedrawWindow(nint, ref RECT, nint, uint)

Declaration
public static extern bool RedrawWindow(nint hWnd, ref Win32.RECT lprcUpdate, nint hrgnUpdate, uint flags)
Parameters
Type Name Description
nint hWnd
Win32.RECT lprcUpdate
nint hrgnUpdate
uint flags
Returns
Type Description
bool

RedrawWindow(nint, nint, nint, uint)

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

RedrawWindow(nint, ref RECT)

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