Search
PenCollection.Contains Method
See Also
 





Checks whether the specified Pen is contained in the collection.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public bool Contains (
    Pen value
)

Visual Basic  Copy Code

Public Function Contains ( _
    value As Pen _
) As Boolean

 Parameters

value
The Pen object to search for in the collection.

 Return Value

true if the specified pen is contained in the collection; otherwise, false.

 See Also

PenCollection Members
PenCollection Class
MindFusion.Drawing Namespace