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





Returns the index of the first occurrence of the specified Shape object.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int IndexOf (
    Shape value
)

Visual Basic  Copy Code

Public Function IndexOf( _
    value As Shape _
) As Integer

 Parameters

value
The Shape to search for.

 Return Value

The index of the first occurrence of the shape in the ShapeCollection; -1 if not found.

 See Also

ShapeCollection Members
ShapeCollection Class
MindFusion.Charting Namespace