Search
PointCollection Constructor
See Also
 





Initializes a new instance of the PointCollection class.

 Overload List

Name Description

PointCollection (IList(Point))

Initializes a new instance of the PointCollection class with the specified point values.

PointCollection (Int32)

Initializes a new instance of the PointCollection class with the specified initial size.

PointCollection (Point[])

Initializes a new instance of the PointCollection class with the specified point values.

 See Also