The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
StylusPointCollection Constructor (IEnumerable<Point>^)
.NET Framework (current version)
Initializes a new instance of the StylusPointCollection class with specified points.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- points
-
Type:
System.Collections.Generic::IEnumerable<Point>^
A generic IEnumerable of type Point that specifies the StylusPoint objects to add to the StylusPointCollection.
| Exception | Condition |
|---|---|
| ArgumentNullException | points is null. |
| ArgumentException | The length of points is 0. |
The following example creates a StylusPointCollection.
.NET Framework
Available since 3.0
Available since 3.0
Show: