WindowsUtilitiesRedrawWindow Method (IntPtr, RECT, RDW) |
Updates the specified rectangle in a window's client area.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool RedrawWindow(
IntPtr handle,
RECT updateRect,
RDW flags
)
Parameters
- handle
- Type: SystemIntPtr
A handle to the window to be redrawn. If this parameter is Zero, the desktop window is updated. - updateRect
- Type: ShellBoost.Core.WindowsShellRECT
The coordinates, in device units, of the update rectangle. - flags
- Type: ShellBoost.Core.UtilitiesRDW
The options.
Return Value
Type:
Booleantrue if the call succeeded,
false otherwise.
See Also