Class DisplayInfo
Display info.
Inherited Members
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public class DisplayInfo
Properties
Bounds
Gets or sets the bounds.
Declaration
public Rectangle Bounds { get; set; }
Property Value
Type | Description |
---|---|
Rectangle |
DeviceId
Gets or sets the device identifier.
Declaration
public string DeviceId { get; set; }
Property Value
Type | Description |
---|---|
string |
DpiX
Gets or sets DPI X.
Declaration
public uint DpiX { get; set; }
Property Value
Type | Description |
---|---|
uint |
DpiY
Gets or sets DPI Y.
Declaration
public uint DpiY { get; set; }
Property Value
Type | Description |
---|---|
uint |
FullName
Gets or sets the name.
Declaration
public string FullName { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkingArea
Gets or sets the working area.
Declaration
public Rectangle WorkingArea { get; set; }
Property Value
Type | Description |
---|---|
Rectangle |