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





Inserts the specified path to the collection at the specified index.

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

 Syntax

C#  Copy Code

public void Insert (
    int index,
    Path path
)

Visual Basic  Copy Code

Public Sub Insert( _
    index As Integer, _
    path As Path _
)

 Parameters

index
The zero-based index at which the new Path element should be inserted.
path
The Path element to insert.

 Remarks

The method insertes a new element at a gieven position in the PathCollection. Use Add to add a new element to the end of the collection.

 See Also

PathCollection Members
PathCollection Class
MindFusion.Diagramming.Wpf Namespace