Share via


OrientationSensorChangedEventArgs(OrientationSensorData) 생성자

정의

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)

매개 변수

reading
OrientationSensorData

방향 센서 데이터 읽기입니다.

적용 대상