StylusEventArgs::GetStylusPoints Method (IInputElement^)
.NET Framework (current version)
Returns a StylusPointCollection that contains StylusPoint objects relative to the specified input element.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- relativeTo
-
Type:
System.Windows::IInputElement^
The IInputElement to which the (x,y) coordinates in the StylusPointCollection are mapped.
Return Value
Type: System.Windows.Input::StylusPointCollection^A StylusPointCollection that contains StylusPoint objects collected in the event.
| Exception | Condition |
|---|---|
| InvalidOperationException | relativeTo is neither UIElement or FrameworkContentElement. |
.NET Framework
Available since 3.0
Available since 3.0
Show: