Search
ShapeCollection.Contains Method
See Also
 





Checks whether the specified shape is contained in the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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