Search
PointCollection.AddRange Method
See Also
 





Adds the points in the specified collection to this collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void AddRange (
    ICollection c
)

Visual Basic  Copy Code

Public Sub AddRange( _
    c As ICollection _
)

 Parameters

c

The .NET ICollection object that contains the points to add to this collection.

 See Also