Struct InputMethodEditor.Rect
Definition
- Namespace:
- Tizen.Uix.InputMethod
- Assembly:
- Tizen.Uix.InputMethod.dll
- API Level:
- 4
Rectangle representing the position and size of the UI control.
public struct Rect
Fields
View Sourceh
The window height.
Declaration
public int h
Field Value
Type | Description |
---|---|
Int32 |
API Level: 4
View Sourcew
The window width.
Declaration
public int w
Field Value
Type | Description |
---|---|
Int32 |
API Level: 4
View Sourcex
The X position in the screen.
Declaration
public int x
Field Value
Type | Description |
---|---|
Int32 |
API Level: 4
View Sourcey
The Y position in the screen.
Declaration
public int y
Field Value
Type | Description |
---|---|
Int32 |