Interface IWindowProxy
Definition
- Namespace:
- Tizen.Applications.ComponentBased.Common
- Assembly:
- Tizen.Applications.ComponentBased.dll
- API Level:
- 9
Proxy for window
C#Copypublic interface IWindowProxy : IWindowInfo, IDisposable
Methods
Declaration
C#Copyvoid InitializeWindow(int width, int height)
Parameters
Type | Name | Description |
---|---|---|
Int32 | width | The width of the window |
Int32 | height | The height of the window |