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::Add Method (StylusPointCollection^)
.NET Framework (current version)
Adds the specified StylusPointCollection to the current StylusPointCollection.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- stylusPoints
-
Type:
System.Windows.Input::StylusPointCollection^
The StylusPointCollection to add to the current StylusPointCollection.
| Exception | Condition |
|---|---|
| ArgumentNullException | stylusPoints is null. |
| ArgumentException | The StylusPointDescription of stylusPoints is not compatible with the Description property. |
The following example collects StylusPoint objects in the OnStylusDown method of a custom control.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: