Skip to content
SiteEmail

cohtml.Net.ScreenInfo

Holds the information about current screen.

Inherits from SystemIDisposable

Name
virtual voidDispose()
ScreenInfo()
Name
uintWidth
Full width in pixels.
uintHeight
Full height in pixels.
uintAvailableWidth
Width of the user’s screen, in pixels, minus interface features like the Windows Taskbar.
uintAvailableHeight
Height of the user’s screen, in pixels, minus interface features like the Windows Taskbar.
uintColorDepth
Color depth in bits.
uintPixelDepth
Pixel depth in bits.
Name
boolswigCMemOwn
virtual void Dispose()
ScreenInfo()
uint Width;

Full width in pixels.

uint Height;

Full height in pixels.

uint AvailableWidth;

Width of the user’s screen, in pixels, minus interface features like the Windows Taskbar.

uint AvailableHeight;

Height of the user’s screen, in pixels, minus interface features like the Windows Taskbar.

uint ColorDepth;

Color depth in bits.

uint PixelDepth;

Pixel depth in bits.

bool swigCMemOwn;