SolidBrush
Construct a Brush with the specified color.
Syntax
[C#]
SolidBrush(Color color);
[Visual Basic]
Sub New(color As Color)
Params
Name
Description
color
The color to use.
Notes
None.
Example
None.