ClosestInteractiveBoundsRequestedEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 ClosestInteractiveBoundsRequested 事件提供事件数据。 不适用于一般用途。 请参阅 CoreComponentInputSource.ClosestInteractiveBoundsRequested 和 CoreWindow.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
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
|
注解
注意
不适用于一般用途。
请参阅 CoreComponentInputSource.ClosestInteractiveBoundsRequested 和 CoreWindow.ClosestInteractiveBoundsRequested。
属性
ClosestInteractiveBounds |
获取或设置 位于 SearchBounds 内且最接近 PointerPosition 的交互式元素的边框。 |
PointerPosition |
获取指针的客户端坐标。 |
SearchBounds |
获取或设置要在其中搜索交互式元素的边框。 |