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
IntPtr BearWare.ShareWindow.hWnd |
The Windows handle of the window.
X coordinate of the window relative to the Windows desktop.
Y coordinate of the window relative to the Windows desktop.
The width in pixels of the window.
The height in pixels of the window.
The title of the window.