Table of Contents

Class Display

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.SystemEnvironment
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents a display available to the front end platform.

[ExcludeFromCodeCoverage]
public static class Display
Inheritance
Display
Inherited Members

Properties

ColorDepth

Gets the display color depth.

public static int ColorDepth { get; }

Property Value

int

Height

Gets the display height.

public static int Height { get; }

Property Value

int

PixelRatio

Gets the display pixel ratio.

public static double PixelRatio { get; }

Property Value

double

Width

Gets the display width.

public static int Width { get; }

Property Value

int