cohtml::ScreenInfo
Holds the information about current screen.
#include <View.h>
Public Functions
Name | |
---|---|
ScreenInfo() |
Public Attributes
Name | |
---|---|
unsigned | Width Full width in pixels. |
unsigned | Height Full height in pixels. |
unsigned | AvailableWidth Width of the user’s screen, in pixels, minus interface features like the Windows Taskbar. |
unsigned | AvailableHeight Height of the user’s screen, in pixels, minus interface features like the Windows Taskbar. |
unsigned | ColorDepth Color depth in bits. |
unsigned | PixelDepth Pixel depth in bits. |
Public Functions Documentation
function ScreenInfo
inline ScreenInfo()
Public Attributes Documentation
variable Width
unsigned Width;
Full width in pixels.
variable Height
unsigned Height;
Full height in pixels.
variable AvailableWidth
unsigned AvailableWidth;
Width of the user’s screen, in pixels, minus interface features like the Windows Taskbar.
variable AvailableHeight
unsigned AvailableHeight;
Height of the user’s screen, in pixels, minus interface features like the Windows Taskbar.
variable ColorDepth
unsigned ColorDepth;
Color depth in bits.
variable PixelDepth
unsigned PixelDepth;
Pixel depth in bits.