Class Degree

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

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
System.Object
Degree
Implements
System.IDisposable

Constructors

View Source

Degree()

The constructor.

Declaration
C#
Copy
public Degree()
API Level: 3
View Source

Degree(Single)

Creates an angle in degrees.

Declaration
C#
Copy
public Degree(float value)
Parameters
Type Name Description
System.Single value

The initial value in degrees.

API Level: 3
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.

API Level: 3

Properties

View Source

Value

The value of degree.

Declaration
C#
Copy
public float Value { get; set; }
Property Value
Type Description
System.Single
API Level: 3

Implements

System.IDisposable