Determines the sizes and locations of displays connected to the system.
None
Wx::client_display_rect ClientDisplayRect":clientdisplayrect.html, DisplaySize, Wx::display_size_mm
Constructor, setting up a Display instance with the specified display.
Class methods which returns the number of connected displays.
Class method; returns the index of the display on which the given point
lies. Returns -1 if the point is not on any connected display.
Class method; returns the index of the display on which the given window lies.
If the window is on more than one display it gets the display that overlaps the window the most.
Returns -1 if the window is not on any connected display.
Currently MSW only.
Returns the dimensions of the work area on the display. On Windows this
means the area not covered by the taskbar, etc. Other platforms are
currently defaulting to the whole display until a way is found to
provide this info for all window managers, etc.
Returns the bit depth of the display whose index was passed to the constructor.
Returns the bounding rectangle of the display whose index was passed to the
constructor.
Fills and returns an array with all the video modes that
are supported by this display, or video modes that are
supported by this display and match the mode parameter
(if mode is not DefaultVideoMode).
Returns the display’s name. A name is not available on all platforms.
Returns true if the display is the primary display. The primary display is the
one whose index is 0.
[This page automatically generated from the Textile source at 2023-06-09 00:45:31 +0000]