Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.5 KB

pointerroutedeventargs_getintermediatepoints_1716242609.md

File metadata and controls

28 lines (18 loc) · 1.5 KB
-api-id -api-type
M:Windows.UI.Xaml.Input.PointerRoutedEventArgs.GetIntermediatePoints(Windows.UI.Xaml.UIElement)
winrt method

Windows.UI.Xaml.Input.PointerRoutedEventArgs.GetIntermediatePoints

-description

Retrieves a collection of PointerPoint objects that represent the pointer history from the last pointer event up to and including the current pointer event. Each PointerPoint in the collection provides basic info on the pointer associated with the event.The last item in the collection is equivalent to the PointerPoint object returned by GetCurrentPoint.

-parameters

-param relativeTo

Provides the context for the pointer data. Can be any UIElement-derived object that is connected to the same object tree. If null, location coordinates are in the context of the app.

-returns

The collection of PointerPoint objects corresponding to the pointer history associated with the event. If relativeTo is null, location coordinates are in the context of the app. Otherwise, the coordinates are relative to the object referenced by relativeTo.

-remarks

-examples

-see-also