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





Gets the Path at the specified position.

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

 Syntax

C#  Copy Code

public Path GetAt (
    int index
)

Visual Basic  Copy Code

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

 Parameters

index
The zero-based index of the Path element to get.

 Return Value

The Path at the specified position in the PathCollection.

 See Also

PathCollection Members
PathCollection Class
MindFusion.Diagramming.Wpf Namespace