[]
Represents the brush which always solid draw
public sealed class SolidBrush : Brush, IDisposable, ICloneable
Here we only can support NameKnowedColor or Null alpha ARGB color if Color is Transparent or Empty, it means create a HollowBrush
| Name | Description |
|---|---|
| SolidBrush() | Initializes a new instance of the SolidBrush class. |
| SolidBrush(Color) | Initializes a new instance of the SolidBrush class with the specified color. |
| Name | Description |
|---|---|
| Color | Gets or sets the color of this SolidBrush object. |
| Name | Description |
|---|---|
| Clone() | Create a SolidBrush that has the same style as this brush. |