3 using SiliconStudio.Core;
4 using SiliconStudio.Core.Mathematics;
6 namespace SiliconStudio.
Paradox.Graphics
10 private readonly
object lockModes =
new object();
26 if (currentDisplayMode == null)
28 InitializeCurrentDisplayMode();
31 return currentDisplayMode;
44 if (supportedDisplayModes == null)
46 InitializeSupportedDisplayModes();
49 return supportedDisplayModes;
70 get {
return adapter; }
Base class for a framework component.
Describes the display mode.
This class represents a graphics adapter.
Structure using the same layout than System.Drawing.Rectangle