Classes derrived from this abstract base class define objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
Object
MarshalByRefObject
Brush
[Visual Basic] MustInherit Public Class Brush Inherits MarshalByRefObject Implements ICloneable [C#] public abstract class Brush : MarshalByRefObject, ICloneable [C++] public __gc __abstract class Brush : public MarshalByRefObject, ICloneable [JScript] public abstract class Brush extends MarshalByRefObject, ICloneable
This is an abstract base class and cannot be instantiated. To instantiate a brush object, use classes derrived from Brush, such as SolidBrush, TextureBrush, and RectangleGradientBrush.
Namespace: System.Drawing
Assembly: System.Drawing.dll
Brush Members | System.Drawing Namespace | System.Drawing, RadialGradientBrush[cref, System.Drawing, RectangleGradientBrush[cref, System.Drawing, PathGradientBrush[cref, System.Drawing, TriangleGradientBrush[cref, System.Drawing, TextureBrush[cref, System.Drawing, LineGradientBrush[cref, System.Drawing.SolidBrush