Search
PenCollection.Remove Method
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public void Remove (
    Pen value
)

Visual Basic  Copy Code

Public Sub Remove ( _
    value As Pen _
)

 Parameters

value
The Pen object to remove from the collection.

 See Also

PenCollection Members
PenCollection Class
MindFusion.Drawing Namespace