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。