MindFusion WinForms Programmer's Guide
ShapeCollection.Contains Method
See Also
 





Checks whether the specified Shape is contained in the ShapeCollection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool Contains (
    Shape value
)

Visual Basic  Copy Code

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

 Parameters

value
The Shape to search for.

 Return Value

true if value is contained within the collection; otherwise false.

 See Also

ShapeCollection Members
ShapeCollection Class
MindFusion.Charting Namespace