Contains window information. More...
Public Attributes | |
| DWORD | Size |
| The size of the structure, in bytes. | |
| RECT | Window |
| Pointer to a RECT structure that specifies the coordinates of the window. | |
| RECT | Client |
| Pointer to a RECT structure that specifies the coordinates of the client area. | |
| WindowStyle | Style |
| The window styles. For a table of window styles, see CreateWindowEx. | |
| ExtendedWindowStyle | ExStyle |
| The extended window styles. For a table of extended window styles, see CreateWindowEx. | |
| DWORD | WindowStatus |
| The window status. If this member is WS_ACTIVECAPTION, the window is active. Otherwise, this member is zero. | |
| UINT | WindowBordersX |
| The width of the window border, in pixels. | |
| UINT | WindowBordersY |
| The height of the window border, in pixels. | |
| ATOM | WindowType |
| The window class atom (see RegisterClass). | |
| WORD | CreatorVersion |
| The Microsoft Windows version of the application that created the window. | |
Contains window information.
Definition at line 2707 of file API.cs.
| ExtendedWindowStyle OpenTK.Platform.Windows.WindowInfo.ExStyle |
| WindowStyle OpenTK.Platform.Windows.WindowInfo.Style |
1.6.1