cohtml.Net.ScreenInfo
Holds the information about current screen.
Inherits from SystemIDisposable
Public Functions
Name | |
---|---|
virtual void | Dispose() |
ScreenInfo() |
Public Properties
Name | |
---|---|
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. |
Protected Attributes
Name | |
---|---|
bool | swigCMemOwn |
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;