Partager via


IOrientationSensor Interface

Définition

L’API OrientationSensor vous permet de surveiller l’orientation d’un appareil dans un espace en trois dimensions.

public interface class IOrientationSensor
public interface IOrientationSensor
type IOrientationSensor = interface
Public Interface IOrientationSensor
Dérivé

Propriétés

IsMonitoring

Obtient une valeur indiquant si le capteur d’orientation est activement surveillé.

IsSupported

Obtient une valeur indiquant si la lecture du capteur d’orientation est prise en charge sur cet appareil.

Méthodes

Start(SensorSpeed)

Démarrez la surveillance des modifications apportées à l’orientation.

Stop()

Arrêtez la surveillance des modifications apportées à l’orientation.

Événements

ReadingChanged

Se produit lorsque la lecture de l’orientation change.

S’applique à