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#
Copy
public struct Rect

Fields

View Source

h

The window height.

Declaration
C#
Copy
public int h
Field Value
Type Description
System.Int32
API Level: 4
View Source

w

The window width.

Declaration
C#
Copy
public int w
Field Value
Type Description
System.Int32
API Level: 4
View Source

x

The X position in the screen.

Declaration
C#
Copy
public int x
Field Value
Type Description
System.Int32
API Level: 4
View Source

y

The Y position in the screen.

Declaration
C#
Copy
public int y
Field Value
Type Description
System.Int32
API Level: 4