Compartir a través de


OrientationSensorData Constructores

Definición

Sobrecargas

OrientationSensorData(Double, Double, Double, Double)

Inicializa una nueva instancia de la clase OrientationSensorData.

OrientationSensorData(Single, Single, Single, Single)

Inicializa una nueva instancia de la clase OrientationSensorData.

OrientationSensorData(Double, Double, Double, Double)

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

Inicializa una nueva instancia de la clase 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)

Parámetros

x
Double

Datos del eje X.

y
Double

Datos del eje Y.

z
Double

Datos del eje Z.

w
Double

Datos del eje W.

Se aplica a

OrientationSensorData(Single, Single, Single, Single)

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

Inicializa una nueva instancia de la clase 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)

Parámetros

x
Single

Datos del eje X.

y
Single

Datos del eje Y.

z
Single

Datos del eje Z.

w
Single

Datos del eje W.

Se aplica a