TouchDevice.GetIntermediateTouchPoints(IInputElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, returns all touch points that are collected between the most recent and previous touch events.
public:
abstract System::Windows::Input::TouchPointCollection ^ GetIntermediateTouchPoints(System::Windows::IInputElement ^ relativeTo);
public abstract System.Windows.Input.TouchPointCollection GetIntermediateTouchPoints (System.Windows.IInputElement relativeTo);
abstract member GetIntermediateTouchPoints : System.Windows.IInputElement -> System.Windows.Input.TouchPointCollection
Public MustOverride Function GetIntermediateTouchPoints (relativeTo As IInputElement) As TouchPointCollection
Parameters
- relativeTo
- IInputElement
The element that defines the coordinate space.
Returns
All touch points that were collected between the most recent and previous touch events.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.