cohtml.Net.ScreenInfo
Holds the information about current screen.
Inherits from SystemIDisposable
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Dispose() |
| ScreenInfo() |
Public Properties
Section titled “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
Section titled “Protected Attributes”| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
Section titled “Public Functions Documentation”function Dispose
Section titled “function Dispose”virtual void Dispose()function ScreenInfo
Section titled “function ScreenInfo”ScreenInfo()Public Property Documentation
Section titled “Public Property Documentation”property Width
Section titled “property Width”uint Width;Full width in pixels.
property Height
Section titled “property Height”uint Height;Full height in pixels.
property AvailableWidth
Section titled “property AvailableWidth”uint AvailableWidth;Width of the user’s screen, in pixels, minus interface features like the Windows Taskbar.
property AvailableHeight
Section titled “property AvailableHeight”uint AvailableHeight;Height of the user’s screen, in pixels, minus interface features like the Windows Taskbar.
property ColorDepth
Section titled “property ColorDepth”uint ColorDepth;Color depth in bits.
property PixelDepth
Section titled “property PixelDepth”uint PixelDepth;Pixel depth in bits.
Protected Attributes Documentation
Section titled “Protected Attributes Documentation”variable swigCMemOwn
Section titled “variable swigCMemOwn”bool swigCMemOwn;© 2026 Coherent Labs. All rights reserved.