Search
SolidBrush Members
Constructors Properties Methods
 


SolidBrush objects represent brushes of a single color that are used to fill the interiors of geometric shapes.

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

 Public Constructors

  Name Description

SolidBrush

Initializes a new instance of the SolidBrush class with the specified color.

 Public Properties

  Name Description

Color

Gets or sets the color of the brush.

 Public Methods

  Name Description

Clone

Creates an exact copy of this brush.

Equals

Brush.Equals override.

GetHashCode

Brush.GetHashCode override.

ToColor

Brush.ToColor override.

 See Also