Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 936 Bytes

touchhittestingeventargs_boundingbox.md

File metadata and controls

28 lines (19 loc) · 936 Bytes
-api-id -api-type
P:Windows.UI.Core.TouchHitTestingEventArgs.BoundingBox
winrt property

Windows.UI.Core.TouchHitTestingEventArgs.BoundingBox

-description

Gets the bounding rectangle of the touch contact area.

-property-value

Bounding rectangle of the touch contact area.

-remarks

The bounding rectangle is the area in which valid touch targets will be identified and ranked.

Note

This bounding box may differ from the contact area reported by the digitizer when: + The digitizer reports a touch contact area that is outside the maximum or minimum size threshold recognized by Touch Hit Testing.

  • A portion of the touch contact area is occluded by another object higher in the z-order.

-examples

-see-also