Interface IWindowProxy
Definition
- Namespace:
- Tizen.Applications.ComponentBased.Common
- Assembly:
- Tizen.Applications.ComponentBased.dll
Proxy for window
public interface IWindowProxy : IWindowInfo, IDisposable
Methods
View SourceInitializeWindow(int, int)
Initialize window
Declaration
void InitializeWindow(int width, int height)
Parameters
Type | Name | Description |
---|---|---|
int | width | The width of the window |
int | height | The height of the window |