SolidBrush class
Applies to: desktop apps only
The SolidBrush class defines a solid color Brush object. A Brush object is used to fill in shapes similar to the way a paint brush can paint the inside of a shape. This class inherits from the Brush abstract base class.
Members
The SolidBrush class inherits from Brush. SolidBrush also has these types of members:
Constructors
The SolidBrush class has these constructors.
| Constructor | Description |
|---|---|
| SolidBrush::SolidBrush |
Creates a SolidBrush object based on a color. |
Methods
The SolidBrush class has these methods.
| Method | Description |
|---|---|
| SolidBrush::GetColor |
The SolidBrush::GetColor method gets the color of this solid brush. |
| SolidBrush::SetColor |
The SolidBrush::SetColor method sets the color of this solid brush. |
Send comments about this topic to Microsoft
Build date: 3/6/2012