Holds the information about current screen. More...
Public Member Functions | |
ScreenInfo () | |
Public Attributes | |
unsigned | Width |
Full width in pixels. More... | |
unsigned | Height |
Full height in pixels. More... | |
unsigned | AvailableWidth |
Width of the user's screen, in pixels, minus interface features like the Windows Taskbar. More... | |
unsigned | AvailableHeight |
Height of the user's screen, in pixels, minus interface features like the Windows Taskbar. More... | |
unsigned | ColorDepth |
Color depth in bits. More... | |
unsigned | PixelDepth |
Pixel depth in bits. More... | |
Holds the information about current screen.
|
inline |
unsigned cohtml::ScreenInfo::AvailableHeight |
Height of the user's screen, in pixels, minus interface features like the Windows Taskbar.
unsigned cohtml::ScreenInfo::AvailableWidth |
Width of the user's screen, in pixels, minus interface features like the Windows Taskbar.
unsigned cohtml::ScreenInfo::ColorDepth |
Color depth in bits.
unsigned cohtml::ScreenInfo::Height |
Full height in pixels.
unsigned cohtml::ScreenInfo::PixelDepth |
Pixel depth in bits.
unsigned cohtml::ScreenInfo::Width |
Full width in pixels.