Search
BrushCollection.Remove Method
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public void Remove (
    Brush brush
)

Visual Basic  Copy Code

Public Sub Remove ( _
    brush As Brush _
)

 Parameters

brush

The Brush object to remove from the collection.

 See Also