共用方式為


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

適用於