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
    Inheritance
    object
    Disposable
    Degree

    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

    Methods

    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX