TouchDevice::GetIntermediateTouchPoints Method (IInputElement^)

.NET Framework (current version)
 

When overridden in a derived class, returns all touch points that are collected between the most recent and previous touch events.

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

public:
virtual TouchPointCollection^ GetIntermediateTouchPoints(
	IInputElement^ relativeTo
) abstract

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: