ClosestInteractiveBoundsRequestedEventArgs 类

定义

ClosestInteractiveBoundsRequested 事件提供事件数据。 不适用于一般用途。 请参阅 CoreComponentInputSource.ClosestInteractiveBoundsRequestedCoreWindow.ClosestInteractiveBoundsRequested

public ref class ClosestInteractiveBoundsRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class ClosestInteractiveBoundsRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class ClosestInteractiveBoundsRequestedEventArgs
Public NotInheritable Class ClosestInteractiveBoundsRequestedEventArgs
继承
Object Platform::Object IInspectable ClosestInteractiveBoundsRequestedEventArgs
属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

注解

注意

不适用于一般用途。

请参阅 CoreComponentInputSource.ClosestInteractiveBoundsRequestedCoreWindow.ClosestInteractiveBoundsRequested

属性

ClosestInteractiveBounds

获取或设置 位于 SearchBounds 内且最接近 PointerPosition 的交互式元素的边框。

PointerPosition

获取指针的客户端坐标。

SearchBounds

获取或设置要在其中搜索交互式元素的边框。

适用于