ClosestInteractiveBoundsRequestedEventArgs ClosestInteractiveBoundsRequestedEventArgs ClosestInteractiveBoundsRequestedEventArgs ClosestInteractiveBoundsRequestedEventArgs Class

Definition

Provides event data for the ClosestInteractiveBoundsRequested event. Not intended for general use. See CoreComponentInputSource.ClosestInteractiveBoundsRequested and CoreWindow.ClosestInteractiveBoundsRequested.

public : sealed class ClosestInteractiveBoundsRequestedEventArgs : IClosestInteractiveBoundsRequestedEventArgspublic sealed class ClosestInteractiveBoundsRequestedEventArgs : IClosestInteractiveBoundsRequestedEventArgsPublic NotInheritable Class ClosestInteractiveBoundsRequestedEventArgs Implements IClosestInteractiveBoundsRequestedEventArgs// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Remarks

Properties

ClosestInteractiveBounds ClosestInteractiveBounds ClosestInteractiveBounds ClosestInteractiveBounds

Gets or sets the bounding rectangle of the interactive element that is within the SearchBounds and closest to the PointerPosition.

public : Rect ClosestInteractiveBounds { get; set; }public Rect ClosestInteractiveBounds { get; set; }Public ReadWrite Property ClosestInteractiveBounds As Rect// This API is not available in Javascript.
Value
Rect Rect Rect Rect

The bounding rectangle of the interactive element that is within the SearchBounds and closest to the PointerPosition.

PointerPosition PointerPosition PointerPosition PointerPosition

Gets the client coordinates of the pointer.

public : Point PointerPosition { get; }public Point PointerPosition { get; }Public ReadOnly Property PointerPosition As Point// This API is not available in Javascript.
Value
Point Point Point Point

The position of the pointer in device-independent pixel (DIP).

SearchBounds SearchBounds SearchBounds SearchBounds

Gets or sets the bounding rectangle in which to search for interactive elements.

public : Rect SearchBounds { get; }public Rect SearchBounds { get; }Public ReadOnly Property SearchBounds As Rect// This API is not available in Javascript.
Value
Rect Rect Rect Rect

The bounding rectangle in which to search for interactive elements.