WebPlanner Programmer's Guide

PenCollection.Remove Method

See Also
 


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

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