TouchEventArgs::GetIntermediateTouchPoints Method (IInputElement^)

.NET Framework (current version)
 

Returns all touch points that were collected between the most recent and previous touch events.

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

public:
TouchPointCollection^ GetIntermediateTouchPoints(
	IInputElement^ relativeTo
)

Parameters

relativeTo
Type: System.Windows::IInputElement^

The element that defines the coordinate space.

Return Value

Type: System.Windows.Input::TouchPointCollection^

All touch points that were collected between the most recent and previous touch events.

.NET Framework
Available since 4.0
Return to top
Show: