次の方法で共有


PointerPointProperties.ZDistance プロパティ

定義

デバイスに依存しないピクセル単位で、画面サーフェスからのポインターの z 座標 (または距離) を取得します。

public:
 property IReference<float> ^ ZDistance { IReference<float> ^ get(); };
IReference<float> ZDistance();
public System.Nullable<float> ZDistance { get; }
var iReference = pointerPointProperties.zDistance;
Public ReadOnly Property ZDistance As Nullable(Of Single)

プロパティ値

ポインターが検出範囲内にない場合、または MaxPointersWithZDistance が 0 の場合、値は null です。 既定値は、null です。

適用対象