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





Removes the specified Path element from the PathCollection.

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

 Syntax

C#  Copy Code

public void Remove (
    Path path
)

Visual Basic  Copy Code

Public Sub Remove( _
    path As Path _
)

 Parameters

path
The Path element to remove.

 Remarks

The size of the PathCollection is corrected. Indexes of the elements after path are updated too.

 See Also

PathCollection Members
PathCollection Class
MindFusion.Diagramming.Wpf Namespace