[]
public static extern bool RedrawWindow(nint hWnd, ref Win32.RECT lprcUpdate, nint hrgnUpdate, uint flags)
| Type | Name | Description |
|---|---|---|
| nint | hWnd | |
| Win32.RECT | lprcUpdate | |
| nint | hrgnUpdate | |
| uint | flags |
| Type | Description |
|---|---|
| bool |
public static extern bool RedrawWindow(nint hWnd, nint lprcUpdate, nint hrgnUpdate, uint flags)
| Type | Name | Description |
|---|---|---|
| nint | hWnd | |
| nint | lprcUpdate | |
| nint | hrgnUpdate | |
| uint | flags |
| Type | Description |
|---|---|
| bool |
public static bool RedrawWindow(nint handle, ref Win32.RECT rc)
| Type | Name | Description |
|---|---|---|
| nint | handle | |
| Win32.RECT | rc |
| Type | Description |
|---|---|
| bool |