PointCollection.PointCollection Constructors
Initializes a new instance of the PointCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | PointCollection() | Initializes a new empty instance of the PointCollection class. |
Public method | PointCollection(IEnumerable< Point > items) | Initializes a new instance of the PointCollection class with the specified elements. |
PointCollection()
Initializes a new empty instance of the PointCollection class.Syntax
public PointCollection ()
PointCollection(IEnumerable< Point > items)
Initializes a new instance of the PointCollection class with the specified elements.Syntax
public PointCollection (
IEnumerable< Point > items
)
Parameters
items
Type: A collection of Point elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android