Table of Contents

Interface IDisplay

Namespace
SimulationFramework
Assembly
SimulationFramework.dll

Provides display information to the simulation.

public interface IDisplay

Properties

Bounds

The bounds of the display relative to the desktop origin.

Rectangle Bounds { get; }

Property Value

Rectangle

IsPrimary

true if this display is the system's primary display; otherwise false.

bool IsPrimary { get; }

Property Value

bool

Name

The name of the display.

string Name { get; }

Property Value

string

RefreshRate

The refresh rate of the display, in hz.

float RefreshRate { get; }

Property Value

float

Scaling

The scaling factor of the display.

float Scaling { get; }

Property Value

float