Search
BrushCollection.RemoveAt Method
See Also
 





Removes the Brush at the specified index.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public new void RemoveAt (
    int index
)

Visual Basic  Copy Code

Public Shadows Sub RemoveAt( _
    index As Integer _
)

 Parameters

index

The index at which the Brush object should be removed.

 See Also