Search
ShapeCollection.GetAt Method
See Also
 





Gets the shape at the specified position.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Shape GetAt (
    int index
)

Visual Basic  Copy Code

Public Function GetAt( _
    index As Integer _
) As Shape

 Parameters

index

The zero-based index of the shape to retrieve.

 Return Value

An instance of the Shape class that represents the shape at the specified position.

 See Also