Charting for WinForms Programmer's Guide
PointList Members
Constructors Properties Methods
 


Represents a strongly typed collection of .NET PointF objects.

The following tables list the members exposed by the PointList type.

 Public Constructors

  Name Description

PointList

Overloaded. Initializes a new instance of the PointList class.

 Public Properties

  Name Description

Item

Gets or sets the point at the specified index.

 Public Methods

  Name Description

Add

Adds the specified point to the list.

AddRange

Adds the specified collection of points to the list.

Insert

Inserts the specified point at the specified index within the list.

Remove

Removes the specified point from the list.

Sort

Sorts the list using the specified comparer.

ToArray

Converts the list to an array of points.

 See Also

PointList Class
MindFusion.Geometry.Geometry2D Namespace