Search
Brush Members
Constructors Methods
 


A Brush specifies how the interior of an element should be filled. The SolidBrush and GradientBrush classes inherit this abstract class.

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

 Public Constructors

  Name Description

Brush

 

 Public Methods

  Name Description

applyTo

Applies the brush to the specified graphics.

clone

Creates a copy of a brush.

toColor

Returns a single color approximation of the brush.

 See Also