Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
public class Radian : IDisposable
- Inheritance
-
- Implements
-
System.IDisposable
Constructors
View Source
Radian()
The default constructor, initializes to 0.
Declaration
Declaration
public Radian(float value)
Parameters
| Type |
Name |
Description |
| float |
value |
The initial value in radians.
|
View Source
Radian(Degree)
Creates an angle in radians from an angle in degrees.
Declaration
public Radian(Degree degree)
Parameters
| Type |
Name |
Description |
| Degree |
degree |
The initial value in degrees.
|
Fields
View Source
disposed
A Flat to check if it is already disposed.
Declaration
Field Value
Declaration
protected bool swigCMemOwn
Field Value
Properties
Declaration
public float Value { get; set; }
Property Value
Methods
Declaration
public float ConvertToFloat()
Returns
| Type |
Description |
| float |
The float value of this radian.
|
Declaration
Declaration
protected virtual void Dispose(DisposeTypes type)
Parameters
Declaration
Implements
System.IDisposable