[]
        
(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)
Public Shared Function RedrawWindow(hWnd As IntPtr, ByRef lprcUpdate As Win32.RECT, hrgnUpdate As IntPtr, flags As UInteger) As Boolean
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)
Public Shared Function RedrawWindow(hWnd As IntPtr, lprcUpdate As IntPtr, hrgnUpdate As IntPtr, flags As UInteger) As Boolean
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)
Public Shared Function RedrawWindow(handle As IntPtr, ByRef rc As Win32.RECT) As Boolean
Parameters
Type Name Description
nint handle
Win32.RECT rc
Returns
Type Description
bool