Table of Contents

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

int

Bounds

public DisplayManager.RECT Bounds { get; set; }

Property Value

DisplayManager.RECT

DeviceName

public string DeviceName { get; set; }

Property Value

string

DisplayIndex

public int DisplayIndex { get; set; }

Property Value

int

DisplayName

public string DisplayName { get; set; }

Property Value

string

Height

public int Height { get; set; }

Property Value

int

IsPrimary

public bool IsPrimary { get; set; }

Property Value

bool

RefreshRate

public int RefreshRate { get; set; }

Property Value

int

Width

public int Width { get; set; }

Property Value

int

WorkArea

public DisplayManager.RECT WorkArea { get; set; }

Property Value

DisplayManager.RECT

Methods

ToString()

public override string ToString()

Returns

string