Search
BrushCollection Members
Constructors Properties Methods
 


A collection of MindFusion.Drawing.Brush objects.

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

 Public Constructors

  Name Description

BrushCollection

Overloaded. Initializes a new instance of the BrushCollection class.

 Public Properties

  Name Description

DefaultBrush

Gets or sets the default brush added to a brush collection from within a design-time editor.

Item

Gets or sets the Brush, located at the specified position.

 Public Methods

  Name Description

Add

Adds the specified Brush to the collection.

Clone

Returns a shallow copy of this BrushCollection object.

Contains

Checks whether the specified Brush is contained in the collection.

IndexOf

Returns the index of the first occurrence of the specified Brush.

Insert

Inserts the specified Brush at the specified position within the collection.

Remove

Removes the first occurrence of the specified Brush from the collection.

RemoveAt

Removes the Brush at the specified index.

 See Also