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
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX