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