SolidBrush Constructor(Color)
In This Topic
Initializes a new instance of the SolidBrush class with the specified color.
Syntax
'Declaration
Public Function New( _
ByVal As Color _
)
public SolidBrush(
Color
)
Parameters
- color
- A SolidBrush.Color structure that indicates the color of this SolidBrush object.
See Also