Class MagnetometerDataUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Sensor
    Assembly:
    Tizen.Sensor.dll

    The Magnetometer changed event arguments class is used for storing the data returned by a magnetometer sensor.

    public class MagnetometerDataUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    MagnetometerDataUpdatedEventArgs

    Properties

    View Source

    X

    Gets the X component of the magnetometer.

    Declaration
    public float X { get; }
    Property Value
    Type Description
    float

    X

    View Source

    Y

    Gets the Y component of the magnetometer.

    Declaration
    public float Y { get; }
    Property Value
    Type Description
    float

    Y

    View Source

    Z

    Gets the Z component of the magnetometer.

    Declaration
    public float Z { get; }
    Property Value
    Type Description
    float

    Z

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX