In This Topic
Creates a new solid fill with the specified color.
Syntax
'Declaration
Public Function New( _
ByVal As Color _
)
'Usage
Dim color As Color
Dim instance As New SolidFill(color)
public SolidFill(
Color
)
Parameters
- color
- Color of the fill
See Also