Adds the specified Path to the collection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void Add ( |
Visual Basic
Copy Code
|
|---|
Public Sub Add( _ |
RemarksThe Path object is added at the end of the PathCollection. Use Insert to specify the place of the new element.
See Also