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





Removes all Path elements from the PathCollection.

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

 Syntax

C#  Copy Code

public new void Clear ()

Visual Basic  Copy Code

Public Shadows Sub Clear ()

 Remarks

The method removes all Path elements in the collection. If you want to delete a specific element use Remove.

 See Also

PathCollection Members
PathCollection Class
MindFusion.Diagramming.Wpf Namespace