Compartir a través de


OrientationSensorChangedEventArgs(OrientationSensorData) Constructor

Definición

Inicializa una nueva instancia de la clase OrientationSensorChangedEventArgs.

public:
 OrientationSensorChangedEventArgs(Microsoft::Maui::Devices::Sensors::OrientationSensorData reading);
public OrientationSensorChangedEventArgs (Microsoft.Maui.Devices.Sensors.OrientationSensorData reading);
new Microsoft.Maui.Devices.Sensors.OrientationSensorChangedEventArgs : Microsoft.Maui.Devices.Sensors.OrientationSensorData -> Microsoft.Maui.Devices.Sensors.OrientationSensorChangedEventArgs
Public Sub New (reading As OrientationSensorData)

Parámetros

reading
OrientationSensorData

Lectura de los datos del sensor de orientación.

Se aplica a