Inserts the specified path to the collection at the specified index.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void Insert ( |
Visual Basic
Copy Code
|
|---|
Public Sub Insert( _ |
RemarksThe 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