MindFusion.Wpf Pack Programmer's Guide
PointCollection.AddRange Method
See Also
 





Adds the points in the specified collection to this collection.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

PointCollection Members
PointCollection Class
MindFusion.Diagramming.Wpf Namespace