NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Brush Class

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

Remarks

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.

Requirements

Namespace: System.Drawing

Assembly: System.Drawing.dll

See Also

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