MindFusion.Wpf Pack Programmer's Guide
ItemCollectionBase(T).GetAt Method
See Also
 





Gets the diagram item at the specified position.

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

 Syntax

C#  Copy Code

public DiagramItem GetAt (
    int index
)

Visual Basic  Copy Code

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

 Parameters

index

The zero-based index of the item to retrieve.

 Return Value

An instance of the DiagramItem class that represents the item at the specified position.

 See Also

ItemCollectionBase(T) Members
ItemCollectionBase(T) Class
MindFusion.Diagramming.Wpf Namespace