Freigeben über


OrientationSensorData Konstruktoren

Definition

Überlädt

OrientationSensorData(Double, Double, Double, Double)

Initialisiert eine neue Instanz der OrientationSensorData-Klasse.

OrientationSensorData(Single, Single, Single, Single)

Initialisiert eine neue Instanz der OrientationSensorData-Klasse.

OrientationSensorData(Double, Double, Double, Double)

Quelle:
OrientationSensor.shared.cs
Quelle:
OrientationSensor.shared.cs

Initialisiert eine neue Instanz der OrientationSensorData-Klasse.

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)

Parameter

x
Double

X-Achsendaten.

y
Double

Y-Achsendaten.

z
Double

Z-Achsendaten.

w
Double

W-Achsendaten.

Gilt für:

OrientationSensorData(Single, Single, Single, Single)

Quelle:
OrientationSensor.shared.cs
Quelle:
OrientationSensor.shared.cs

Initialisiert eine neue Instanz der OrientationSensorData-Klasse.

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)

Parameter

x
Single

X-Achsendaten.

y
Single

Y-Achsendaten.

z
Single

Z-Achsendaten.

w
Single

W-Achsendaten.

Gilt für: