PointCollection Constructor (IEnumerable<Point>^)
.NET Framework (current version)
Initializes a new instance of the PointCollection class that contains items copied from the specified collection of Point values and has the same initial capacity as the number of items copied.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- collection
-
Type:
System.Collections.Generic::IEnumerable<Point>^
The collection whose items are copied to the new PointCollection.
| Exception | Condition |
|---|---|
| ArgumentNullException | collection is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: