Adds the points in the specified collection to this collection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void AddRange ( |
Visual Basic
Copy Code
|
|---|
Public Sub AddRange( _ |
The .NET ICollection object that contains the points to add to this collection.
See Also