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.
C#Copypublic struct Rect
Fields
Declaration
C#Copypublic int h
Field Value
Type | Description |
---|---|
System.Int32 |
API Level: 4
Declaration
C#Copypublic int w
Field Value
Type | Description |
---|---|
System.Int32 |
API Level: 4
Declaration
C#Copypublic int x
Field Value
Type | Description |
---|---|
System.Int32 |
API Level: 4
Declaration
C#Copypublic int y
Field Value
Type | Description |
---|---|
System.Int32 |