Removes the specified Path element from the PathCollection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void Remove ( |
Visual Basic
Copy Code
|
|---|
Public Sub Remove( _ |
RemarksThe size of the PathCollection is corrected. Indexes of the elements after path are updated too.
See Also