cohtml::ScreenInfo

Holds the information about current screen.

#include <View.h>

Public Functions

Name
ScreenInfo()

Public Attributes

Name
unsignedWidth
Full width in pixels.
unsignedHeight
Full height in pixels.
unsignedAvailableWidth
Width of the user’s screen, in pixels, minus interface features like the Windows Taskbar.
unsignedAvailableHeight
Height of the user’s screen, in pixels, minus interface features like the Windows Taskbar.
unsignedColorDepth
Color depth in bits.
unsignedPixelDepth
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.