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 가 0인 경우 값은 null입니다. 기본값은 null입니다.

적용 대상