InclinometerReading 类

定义

表示测斜仪读数。

public ref class InclinometerReading sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class InclinometerReading final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class InclinometerReading
Public NotInheritable Class InclinometerReading
继承
Object Platform::Object IInspectable InclinometerReading
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

调用 GetCurrentReading 方法时会访问此对象;并且,在事件回调方法中检索 InclinometerReadingChangedEventArgs 对象的 Reading 属性时,将对其进行访问。

版本历史记录

Windows 版本 SDK 版本 增值
1709 16299 PerformanceCount
1709 16299 属性

属性

PerformanceCount

获取与读取关联的性能计数。 这允许读取与系统上的其他设备和进程同步。

PitchDegrees

获取围绕 x 轴的旋转度数。

Properties

获取键值对的集合,这些键值对表示传感器针对给定读取报告的数据属性。

RollDegrees

获取围绕 y 轴的旋转角度。

Timestamp

获取传感器报告读数的时间。

YawAccuracy

获取测斜仪的 z 轴精度。

YawDegrees

获取绕 z 轴旋转的度数。

适用于

另请参阅