Class RulerDomain

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
C#
Copy
public class RulerDomain : Disposable
Inheritance
RulerDomain

Constructors

View Source

RulerDomain(Single, Single)

Declaration
C#
Copy
public RulerDomain(float min, float max)
Parameters
Type Name Description
Single min
Single max
View Source

RulerDomain(Single, Single, Boolean)

Declaration
C#
Copy
public RulerDomain(float min, float max, bool enabled)
Parameters
Type Name Description
Single min
Single max
Boolean enabled

Properties

View Source

enabled

Declaration
C#
Copy
public bool enabled { get; set; }
Property Value
Type Description
Boolean
Declaration
C#
Copy
public float max { get; set; }
Property Value
Type Description
Single
Declaration
C#
Copy
public float min { get; set; }
Property Value
Type Description
Single

Methods

View Source

Clamp(Single)

Declaration
C#
Copy
public float Clamp(float x)
Parameters
Type Name Description
Single x
Returns
Type Description
Single
View Source

Clamp(Single, Single)

Declaration
C#
Copy
public float Clamp(float x, float length)
Parameters
Type Name Description
Single x
Single length
Returns
Type Description
Single
View Source

Clamp(Single, Single, Single)

Declaration
C#
Copy
public float Clamp(float x, float length, float scale)
Parameters
Type Name Description
Single x
Single length
Single scale
Returns
Type Description
Single
View Source

GetSize()

Declaration
C#
Copy
public float GetSize()
Returns
Type Description
Single
View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type Name Description
Tizen.System.Runtime.InteropServices.HandleRef swigCPtr
Overrides

Extension Methods