Struct InputMethodEditor.Rect

    Definition

    Namespace:
    Tizen.Uix.InputMethod
    Assembly:
    Tizen.Uix.InputMethod.dll

    Rectangle representing the position and size of the UI control.

    public struct InputMethodEditor.Rect

    Fields

    View Source

    h

    The window height.

    Declaration
    public int h
    Field Value
    Type Description
    int
    View Source

    w

    The window width.

    Declaration
    public int w
    Field Value
    Type Description
    int
    View Source

    x

    The X position in the screen.

    Declaration
    public int x
    Field Value
    Type Description
    int
    View Source

    y

    The Y position in the screen.

    Declaration
    public int y
    Field Value
    Type Description
    int

    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