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





Adds the specified Path to the collection.

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

 Syntax

C#  Copy Code

public void Add (
    Path path
)

Visual Basic  Copy Code

Public Sub Add( _
    path As Path _
)

 Parameters

path
The Path object to add.

 Remarks

The Path object is added at the end of the PathCollection. Use Insert to specify the place of the new element.

 See Also

PathCollection Members
PathCollection Class
MindFusion.Diagramming.Wpf Namespace