cohtml::ScreenInfo
Holds the information about current screen.
#include <View.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| ScreenInfo() |
Public Attributes
Section titled “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
Section titled “Public Functions Documentation”function ScreenInfo
Section titled “function ScreenInfo”inline ScreenInfo()Public Attributes Documentation
Section titled “Public Attributes Documentation”variable Width
Section titled “variable Width”unsigned Width;Full width in pixels.
variable Height
Section titled “variable Height”unsigned Height;Full height in pixels.
variable AvailableWidth
Section titled “variable AvailableWidth”unsigned AvailableWidth;Width of the user’s screen, in pixels, minus interface features like the Windows Taskbar.
variable AvailableHeight
Section titled “variable AvailableHeight”unsigned AvailableHeight;Height of the user’s screen, in pixels, minus interface features like the Windows Taskbar.
variable ColorDepth
Section titled “variable ColorDepth”unsigned ColorDepth;Color depth in bits.
variable PixelDepth
Section titled “variable PixelDepth”unsigned PixelDepth;Pixel depth in bits.
© 2026 Coherent Labs. All rights reserved.