Skip to main content
A newer version of this page is available. .

SolidBrushObject Constructors

Paints an area with a solid color.
Name Parameters Description
SolidBrushObject() none Initializes a new instance of the SolidBrushObject class.
SolidBrushObject(Color) brushColor Initializes a new instance of the SolidBrushObject class with the specified brush color.
SolidBrushObject(String) dataTag Creates a SolidBrushObject object based on the specified string data.
See Also