SolidBrush public sealed class SolidBrush : Brush, ISystemColorTracker Defines a brush of a single color. Brushes are used to fill graphics shapes, such as rectangles, ellipses, pies, polygons, and paths. This class cannot be inherited. Documentation Code namespace System.Drawing { }