System.Drawing.Brush Class

Defines objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.

See Also: Brush Members

Syntax

public abstract class Brush : MarshalByRefObject, ICloneable, IDisposable

Remarks

This is an abstract base class and cannot be instantiated. To create a brush object, use classes derived from System.Drawing.Brush, such as System.Drawing.SolidBrush, System.Drawing.TextureBrush, and System.Drawing.Drawing2D.LinearGradientBrush.

Requirements

Namespace: System.Drawing
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0