[]
public static extern nint CreateSolidBrush(int crColor)
Public Shared Function CreateSolidBrush(crColor As Integer) As IntPtr
| Type | Name | Description |
|---|---|---|
| int | crColor |
| Type | Description |
|---|---|
| nint |
public static nint CreateSolidBrush(Color color)
Public Shared Function CreateSolidBrush(color As Color) As IntPtr
| Type | Name | Description |
|---|---|---|
| Color | color |
| Type | Description |
|---|---|
| nint |