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





Gets the shape at the specified position.

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

 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

ShapeCollection Members
ShapeCollection Class
MindFusion.Diagramming.Wpf Namespace