RedrawWindow(IntPtr,RECT) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function RedrawWindow( _
ByVal handle As IntPtr, _
ByRef As Win32.RECT _
) As Boolean
public static bool RedrawWindow(
IntPtr handle,
ref Win32.RECT
)
Parameters
- handle
- rc
See Also