Struct SerializableDisplayInfo
Serializable structure representing display information.
Inherited Members
Namespace: Serenity.SystemConfiguration.Domain.Structs
Assembly: Serenity.SystemConfiguration.Domain.dll
Syntax
public struct SerializableDisplayInfo
Fields
Height
Declaration
public int Height
Field Value
| Type | Description |
|---|---|
| int | The height of the display. |
Index
Declaration
public int Index
Field Value
| Type | Description |
|---|---|
| int | The index of the display. |
IsPrimary
Declaration
public bool IsPrimary
Field Value
| Type | Description |
|---|---|
| bool | Indicates whether the display is primary. |
RefreshRate
Declaration
public int RefreshRate
Field Value
| Type | Description |
|---|---|
| int | The refresh rate of the display. |
Width
Declaration
public int Width
Field Value
| Type | Description |
|---|---|
| int | The width of the display. |