Class Degree
Definition
- 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
- Implements
-
System.IDisposable
Constructors
View SourceDegree()
The constructor.
Declaration
public Degree()
Degree(float)
Creates an angle in degrees.
Declaration
public Degree(float value)
Parameters
Type | Name | Description |
---|---|---|
float | value | The initial value in degrees. |
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 SourceValue
The value of degree.
Declaration
public float Value { get; set; }
Property Value
Type | Description |
---|---|
float |
Implements
System.IDisposable