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 為零時,此值為 null。 預設值為 null。