cohtml.Net.ScreenInfo

Holds the information about current screen.

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
ScreenInfo()

Public Properties

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.

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function ScreenInfo

ScreenInfo()

Public Property Documentation

property Width

uint Width;

Full width in pixels.

property Height

uint Height;

Full height in pixels.

property AvailableWidth

uint AvailableWidth;

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

property AvailableHeight

uint AvailableHeight;

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

property ColorDepth

uint ColorDepth;

Color depth in bits.

property PixelDepth

uint PixelDepth;

Pixel depth in bits.

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;