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
IsPrimary
bool IsPrimary { get; }
Property Value
Name
The name of the display.
string Name { get; }
Property Value
RefreshRate
The refresh rate of the display, in hz.
float RefreshRate { get; }
Property Value
Scaling
The scaling factor of the display.
float Scaling { get; }