Wraps SDL_GetDisplayBounds which gets the display's bounding rectangle
Wraps SDL_GetCurrentDisplayMode which gets the current display mode for the display
Wraps SDL_GetDesktopDisplayMode which gets the desktop display mode of the display
Wraps SDL_GetDisplayDPI (from SDL 2.0.4) which gets the display's DPI information
Wraps SDL_GetNumDisplayModes and SDL_GetDisplayMode which get return a list of the available display modes of the display
Wraps SDL_GetClosestDisplayMode which gets the closest display mode of the display to the desired mode
Gets the height of the display in pixels
Wraps SDL_GetDisplayName which gets the display's name
Equality operator overload
Wraps SDL_GetDisplayOrientation (from SDL 2.0.9) which gets the display's orientation
Gets the hash of the dsdl2.Display
Formats the dsdl2.Display showing its internal information: "dsdl2.PixelFormat(<sdlDisplayIndex>)"
Gets the width of the display Wraps in pixels
Display index from SDL
D class that acts as a proxy for a display from a display index