Removes all Path elements from the PathCollection.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public new void Clear () |
Visual Basic Copy Code |
---|
Public Shadows Sub Clear () |
The method removes all Path elements in the collection. If you want to delete a specific element use Remove.
WpfDiagram Programmer's Guide | © 2024 MindFusion |