Search
BrushCollection.Insert Method
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public void Insert (
    int index,
    Brush brush
)

Visual Basic  Copy Code

Public Sub Insert ( _
    index As Integer, _
    brush As Brush _
)

 Parameters

index
The zero-based index at which to insert the brush.
brush
The Brush object to add to the collection.

 See Also