Search
PointList.AddRange Method
See Also
 






Adds the specified collection of points to the list.

Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public void AddRange (
    ICollection c
)

Visual Basic  Copy Code

Public Sub AddRange( _
    c As ICollection _
)

 Parameters

c

A collection containing the points to add to the list.

 See Also