Class SolidBrush
Solid brush is intended for drawing continiously with specific color. This class cannot be inherited.
public sealed class SolidBrush : Brush, IDisposable
- Inheritance
-
SolidBrush
- Implements
- Inherited Members
Constructors
SolidBrush()
Initializes a new instance of the SolidBrush class.
public SolidBrush()
SolidBrush(Color)
Initializes a new instance of the SolidBrush class.
public SolidBrush(Color color)
Parameters
color
ColorThe solid brush color.
Properties
Color
Gets or sets the brush color.
public Color Color { get; set; }
Property Value
- Color
The brush color.