Class Degree

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    An angle in degrees.
    This reduces ambiguity when using methods which accept angles in degrees or radians.

    public class Degree : Disposable, IDisposable
    Inheritance
    object
    Disposable
    Degree
    Implements
    System.IDisposable

    Constructors

    View Source

    Degree()

    Default constructor of Degree class.

    Declaration
    public Degree()
    View Source

    Degree(float)

    Creates an angle in degrees.

    Declaration
    public Degree(float value)
    Parameters
    Type Name Description
    float value

    The initial value in degrees.

    View Source

    Degree(Radian)

    Creates an angle in degrees from a radian.

    Declaration
    public Degree(Radian value)
    Parameters
    Type Name Description
    Radian value

    The initial value in radians.

    Properties

    View Source

    Value

    Gets or sets the value of the degree. This property value is the angle in degrees.

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

    Implements

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