Class SdpTypeConverter

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    Default SdpTypeConverter class to convert dp types.

    public sealed class SdpTypeConverter : GraphicsTypeConverter
    Inheritance
    object
    GraphicsTypeConverter
    SdpTypeConverter

    Properties

    View Source

    Instance

    An unique Singleton Instance of SdpTypeConverter

    Declaration
    public static SdpTypeConverter Instance { get; }
    Property Value
    Type Description
    SdpTypeConverter

    Singleton instance of SdpTypeConverter

    Methods

    View Source

    ConvertFromPixel(float)

    Converts pixel to Sdp type

    Declaration
    public override float ConvertFromPixel(float value)
    Parameters
    Type Name Description
    float value
    Returns
    Type Description
    float

    An converted value from pixel

    Overrides
    GraphicsTypeConverter.ConvertFromPixel(float)
    View Source

    ConvertScriptToPixel(string)

    Converts script to pixel

    Declaration
    public override float ConvertScriptToPixel(string scriptValue)
    Parameters
    Type Name Description
    string scriptValue
    Returns
    Type Description
    float

    Pixel value that is converted from input string

    Overrides
    GraphicsTypeConverter.ConvertScriptToPixel(string)
    View Source

    ConvertToPixel(float)

    Converts Sdp type to pixel

    Declaration
    public override float ConvertToPixel(float value)
    Parameters
    Type Name Description
    float value
    Returns
    Type Description
    float

    Pixel value that is converted by the the diSdplay matric

    Overrides
    GraphicsTypeConverter.ConvertToPixel(float)

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX