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
Note
Not intended for general use.
See CoreComponentInputSource.ClosestInteractiveBoundsRequested and CoreWindow.ClosestInteractiveBoundsRequested.
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.
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.