PointCollection Constructor

There are two overloads for the constructor

Overload List

PointCollection Default constructor
PointCollection(IEnumerablePoint) Construct a collection from an enumerable list of Point objects

See Also