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