TeamTalk 5 .NET DLL Version 5.15A
|
A struct which describes the properties of a window which can be shared. More...
Public Attributes | |
IntPtr | hWnd |
The Windows handle of the window. | |
int | nWndX |
X coordinate of the window relative to the Windows desktop. | |
int | nWndY |
Y coordinate of the window relative to the Windows desktop. | |
int | nWidth |
The width in pixels of the window. | |
int | nHeight |
The height in pixels of the window. | |
string | szWindowTitle |
The title of the window. | |
A struct which describes the properties of a window which can be shared.
ingroup desktopshare
Definition at line 9189 of file TeamTalk.cs.
IntPtr BearWare.ShareWindow.hWnd |
The Windows handle of the window.
Definition at line 9192 of file TeamTalk.cs.
int BearWare.ShareWindow.nWndX |
X coordinate of the window relative to the Windows desktop.
Definition at line 9194 of file TeamTalk.cs.
int BearWare.ShareWindow.nWndY |
Y coordinate of the window relative to the Windows desktop.
Definition at line 9196 of file TeamTalk.cs.
int BearWare.ShareWindow.nWidth |
The width in pixels of the window.
Definition at line 9198 of file TeamTalk.cs.
int BearWare.ShareWindow.nHeight |
The height in pixels of the window.
Definition at line 9200 of file TeamTalk.cs.
string BearWare.ShareWindow.szWindowTitle |
The title of the window.
Definition at line 9203 of file TeamTalk.cs.