Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 972 Bytes

touchhittestingeventargs_evaluateproximity_1601670783.md

File metadata and controls

27 lines (19 loc) · 972 Bytes
-api-id -api-type
M:Windows.UI.Core.TouchHitTestingEventArgs.EvaluateProximity(Windows.Foundation.Rect)
winrt method

Windows.UI.Core.TouchHitTestingEventArgs.EvaluateProximity

-description

Returns a ranking for the rectangle as the probable touch target and an adjusted touch point within the rectangle. The rank is determined through a comparison of targeting heuristics for all rectangles that intersect the touch contact area.

-parameters

-param controlBoundingBox

The Rect that defines the bounding box of the UI element.

-returns

The CoreProximityEvaluation structure that holds the rank and adjusted touch point data.

-remarks

-examples

-see-also

EvaluateProximity(Point)