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.

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

Constructors

View Source

Degree()

The constructor.

Declaration
C#
Copy
public Degree()
View Source

Degree(float)

Creates an angle in degrees.

Declaration
C#
Copy
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
C#
Copy
public Degree(Radian value)
Parameters
Type Name Description
Radian value

The initial value in radians.

Properties

View Source

Value

The value of degree.

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

Implements

System.IDisposable