Class GraphicsTypeConverter
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
GraphicsTypeConverter class to convert types.
C#Copypublic abstract class GraphicsTypeConverter : object
- Inheritance
-
GraphicsTypeConverter
- Derived
Methods
Declaration
C#Copypublic virtual float ConvertFromPixel(float value)
Parameters
Type | Name | Description |
---|---|---|
Single | value |
Returns
Type | Description |
---|---|
Single | An converted value from pixel |
Declaration
C#Copypublic virtual float ConvertScriptToPixel(string scriptValue)
Parameters
Type | Name | Description |
---|---|---|
String | scriptValue |
Returns
Type | Description |
---|---|
Single | Pixel value that is converted from input string |
Declaration
C#Copypublic virtual float ConvertToPixel(float value)
Parameters
Type | Name | Description |
---|---|---|
Single | value |
Returns
Type | Description |
---|---|
Single | Pixel value that is converted by the the display matric |