Compass.ReadingTransform プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
センサー データに適用する必要がある変換を取得または設定します。 適用する変換は、センサー データの配置に使用する表示方向に関連付けられます。
public:
property DisplayOrientations ReadingTransform { DisplayOrientations get(); void set(DisplayOrientations value); };
DisplayOrientations ReadingTransform();
void ReadingTransform(DisplayOrientations value);
public DisplayOrientations ReadingTransform { get; set; }
var displayOrientations = compass.readingTransform;
compass.readingTransform = displayOrientations;
Public Property ReadingTransform As DisplayOrientations
プロパティ値
センサー データの配置に使用する表示方向を指定する DisplayOrientations 型の値。