Class DisplayManager.DisplayInfo
- Namespace
- Turing.Core.StereoCore
- Assembly
- Turing.Core.dll
public class DisplayManager.DisplayInfo
- Inheritance
-
DisplayManager.DisplayInfo
- Inherited Members
- Extension Methods
Properties
BitsPerPixel
public int BitsPerPixel { get; set; }
Property Value
Bounds
public DisplayManager.RECT Bounds { get; set; }
Property Value
DeviceName
public string DeviceName { get; set; }
Property Value
DisplayIndex
public int DisplayIndex { get; set; }
Property Value
DisplayName
public string DisplayName { get; set; }
Property Value
Height
public int Height { get; set; }
Property Value
IsPrimary
public bool IsPrimary { get; set; }
Property Value
RefreshRate
public int RefreshRate { get; set; }
Property Value
Width
public int Width { get; set; }
Property Value
WorkArea
public DisplayManager.RECT WorkArea { get; set; }
Property Value
Methods
ToString()
public override string ToString()