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