다음을 통해 공유


OrientationSensorData 생성자

정의

오버로드

OrientationSensorData(Double, Double, Double, Double)

OrientationSensorData 클래스의 새 인스턴스를 초기화합니다.

OrientationSensorData(Single, Single, Single, Single)

OrientationSensorData 클래스의 새 인스턴스를 초기화합니다.

OrientationSensorData(Double, Double, Double, Double)

Source:
OrientationSensor.shared.cs
Source:
OrientationSensor.shared.cs

OrientationSensorData 클래스의 새 인스턴스를 초기화합니다.

public:
 OrientationSensorData(double x, double y, double z, double w);
public OrientationSensorData (double x, double y, double z, double w);
new Microsoft.Maui.Devices.Sensors.OrientationSensorData : double * double * double * double -> Microsoft.Maui.Devices.Sensors.OrientationSensorData
Public Sub New (x As Double, y As Double, z As Double, w As Double)

매개 변수

x
Double

X축 데이터입니다.

y
Double

Y축 데이터입니다.

z
Double

Z축 데이터입니다.

w
Double

W축 데이터입니다.

적용 대상

OrientationSensorData(Single, Single, Single, Single)

Source:
OrientationSensor.shared.cs
Source:
OrientationSensor.shared.cs

OrientationSensorData 클래스의 새 인스턴스를 초기화합니다.

public:
 OrientationSensorData(float x, float y, float z, float w);
public OrientationSensorData (float x, float y, float z, float w);
new Microsoft.Maui.Devices.Sensors.OrientationSensorData : single * single * single * single -> Microsoft.Maui.Devices.Sensors.OrientationSensorData
Public Sub New (x As Single, y As Single, z As Single, w As Single)

매개 변수

x
Single

X축 데이터입니다.

y
Single

Y축 데이터입니다.

z
Single

Z축 데이터입니다.

w
Single

W축 데이터입니다.

적용 대상