OrientationSensorReading 类

定义

表示方向传感器读数。

public ref class OrientationSensorReading 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 OrientationSensorReading 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 OrientationSensorReading
Public NotInheritable Class OrientationSensorReading
继承
Object Platform::Object IInspectable OrientationSensorReading
属性

Windows 要求

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

注解

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

版本历史记录

Windows 版本 SDK 版本 已添加值
1709 16299 PerformanceCount
1709 16299 属性

属性

PerformanceCount

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

Properties

获取传感器报告的数据属性。

Quaternion

获取当前方向传感器读数的四元数。

RotationMatrix

获取当前方向传感器读数的旋转矩阵。

Timestamp

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

YawAccuracy

获取方向传感器的 Z 轴精度。

适用于

另请参阅