C1SolidBrush Constructor(Color)
In This Topic
Initializes a new instance of the
C1SolidBrush class.
Syntax
'Declaration
Public Function New( _
ByVal As Color _
)
public C1SolidBrush(
Color
)
Parameters
- color
- The value of the C1SolidBrush.Color property.
See Also