Class TizenRegion
Definition
- Namespace:
- Tizen.NUI.WindowSystem.Shell
- Assembly:
- Tizen.NUI.WindowSystem.dll
Tizen Window System Shell. This is a basic handle class for others in WsShell. Others class in WsShell using this basic class to use TIzen Window System Shell.
C#Copypublic class TizenRegion : IDisposable
- Inheritance
-
TizenRegion
Constructors
Declaration
C#Copypublic TizenRegion(TizenShell tzShell)
Parameters
Type | Name | Description |
---|---|---|
TizenShell | tzShell | The TzShell instance. |
Methods
Declaration
C#Copypublic void Add(int x, int y, int w, int h)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x | The x coordinate |
Int32 | y | The y coordinate |
Int32 | w | The width |
Int32 | h | The height |
Declaration
C#Copypublic void Dispose()
Declaration
C#Copyprotected virtual void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type |
Declaration
C#Copyprotected void Finalize()
Declaration
C#Copypublic void Subtract(int x, int y, int w, int h)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x | The x coordinate |
Int32 | y | The y coordinate |
Int32 | w | The width |
Int32 | h | The height |