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。

适用于