PointerPointProperties.Orientation 속성

정의

포인터 디바이스의 주 축(디지타이저 표면에 수직인 z축)을 중심으로 시계 반대 방향 회전 각도를 가져옵니다. 값이 0.0도이면 디바이스가 디지타이저의 위쪽을 향하고 있음을 나타냅니다.

public:
 property float Orientation { float get(); };
float Orientation();
public float Orientation { get; }
var single = pointerPointProperties.orientation;
Public ReadOnly Property Orientation As Single

속성 값

Single

float

회전도에서 0.0에서 359.0 사이의 값입니다. 기본값은 0.0입니다.

설명

방향은 아지무스라고도 합니다.

적용 대상