Charting for WinForms Programmer's Guide
PointList Constructor (ICollection)
See Also
 






Initializes a new instance of the PointList class with the points from the specified collection.

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

 Syntax

C#  Copy Code

public PointList (
    ICollection points
)

Visual Basic  Copy Code

Public New ( _
    points As ICollection _
)

 Parameters

points

A collection of points to initialize the new instance with.

 See Also

PointList Constructor Overload List
PointList Class
MindFusion.Geometry.Geometry2D Namespace