PointerPointProperties.ZDistance プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デバイスに依存しないピクセル単位で、画面サーフェスからのポインターの 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 です。