Display Constructor (GameDisplayMode, Boolean) |
Create a display with the specified resolution and window state.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public Display(
GameDisplayMode mode,
bool windowed
)
Parameters
- mode
- Type: (Default Namespace)GameDisplayMode
Determines the size or resolution of this display from a preset list of available modes. - windowed
- Type: SystemBoolean
Determines whether the display appears in a window or consumes the whole screen.
See Also