[]
public static extern int FillRect(nint hDC, ref Win32.RECT rc, nint hbr)
| Type | Name | Description |
|---|---|---|
| nint | hDC | |
| Win32.RECT | rc | |
| nint | hbr |
| Type | Description |
|---|---|
| int |
public static void FillRect(nint hdc, Rectangle bounds, nint hBrush)
| Type | Name | Description |
|---|---|---|
| nint | hdc | |
| Rectangle | bounds | |
| nint | hBrush |