Interface IWindowProvider
Definition
- Assembly:
- Tizen.dll
The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
C#Copypublic interface IWindowProvider
Properties
Declaration
C#Copyfloat Height { get; }
Property Value
| Type | Description |
|---|---|
| float |
View Source
Rotation
Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270.
Declaration
C#Copyint Rotation { get; }
Property Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copyfloat Width { get; }
Property Value
| Type | Description |
|---|---|
| float |
Declaration
C#CopyIntPtr WindowHandle { get; }
Property Value
| Type | Description |
|---|---|
| System.IntPtr |
Remarks
This handle represents Ecore_Wl2_Window on native.
Declaration
C#Copyfloat X { get; }
Property Value
| Type | Description |
|---|---|
| float |
Declaration
C#Copyfloat Y { get; }
Property Value
| Type | Description |
|---|---|
| float |