MindFusion.Wpf Pack Programmer's Guide
ShapeCollection.Contains Method
See Also
 





Checks whether the specified shape is contained in the collection.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool Contains (
    Shape shape
)

Visual Basic  Copy Code

Public Function Contains( _
    shape As Shape _
) As Boolean

 Parameters

shape
The Shape object to search for in the collection.

 Return Value

true if the specified item was found in the collection; otherwise, false.

 See Also

ShapeCollection Members
ShapeCollection Class
MindFusion.Diagramming.Wpf Namespace