StylusEventArgs::GetStylusPoints Method (IInputElement^)

 

Returns a StylusPointCollection that contains StylusPoint objects relative to the specified input element.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
StylusPointCollection^ GetStylusPoints(
	IInputElement^ relativeTo
)

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
Return to top
Show: