Charting for WinForms Programmer's Guide
BrushCollection.RemoveAt Method
See Also
 






Removes the Brush at the specified index.

Namespace: MindFusion.Drawing
Assembly: 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

BrushCollection Members
BrushCollection Class
MindFusion.Drawing Namespace