Class SolidBrush
Represents a brush that paints a solid color.
public class SolidBrush : Brush
- Inheritance
-
SolidBrush
- Inherited Members
- Extension Methods
Constructors
SolidBrush(Color)
Represents a brush that paints a solid color.
public SolidBrush(Color color)
Parameters
color
ColorThe solid color to use for painting.
Properties
Color
Gets the solid Color used by the brush.
public Color Color { get; }