Search
Brush Members
Constructors Methods
 


Brush objects are used to fill the interiors of geometric shapes. Brush is abstract base class inherited by SolidBrush, HatchBrush, TextureBrush, PathGradientBrush and LinearGradientBrush.

The following tables list the members exposed by the Brush type.

 Protected Constructors

  Name Description

Brush

Initializes a new instance of the Brush class.

 Public Methods

  Name Description

Clone

Creates an exact copy of this brush.

Equals

Overloaded.  

GetHashCode

Object.GethashCode override.

ToColor

Returns a solid color approximating the brush.

 See Also