Search
BrushCollection.Add Method
See Also
 





Adds the specified Brush to the collection.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public int Add (
    Brush brush
)

Visual Basic  Copy Code

Public Function Add ( _
    brush As Brush _
) As Integer

 Parameters

brush

The Brush object to add to the end of the collection.

 Return Value

The zero-based index within the collection of the newly added brush.

 See Also