ClosestInteractiveBoundsRequestedEventArgs クラス

定義

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
継承
Object Platform::Object IInspectable 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

対話型要素を検索する外接する四角形を取得または設定します。

適用対象