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 Sourceh
The window height.
Declaration
public int h
Field Value
Type | Description |
---|---|
int |
w
The window width.
Declaration
public int w
Field Value
Type | Description |
---|---|
int |
x
The X position in the screen.
Declaration
public int x
Field Value
Type | Description |
---|---|
int |
y
The Y position in the screen.
Declaration
public int y
Field Value
Type | Description |
---|---|
int |