[]
Represents a solid color brush.
public class SolidBrush : Brush
Initializes a new instance of the SolidBrush class.
public SolidBrush(Color color)
color
System.Drawing.ColorThe value of the Color property.
Gets the color of this brush.
public Color Color { get; }
Gets a value indicating whether the brush is actually visible.
public override bool Visible { get; }
Returns True if the specified brush is the same as the current brush.
protected override bool SameBrush(Brush brush)
brush
Brush