class fwt::Monitor

sys::Obj
  fwt::Monitor

Source

Monitor represents a display device like an LCD screen.

bounds

Rect bounds()

Source

Get the application working bounds of the monitor taking into account window manager chrome such as the Taskbar. Also see screenBounds.

dpi

Size dpi()

Source

Dots per inch horizontal/vertical of this monitor.

list

static Monitor[] list()

Source

Get the list of monitors supported by the desktop.

primary

static Monitor primary()

Source

Get the primary monitor for the desktop.

screenBounds

Rect screenBounds()

Source

Get the actual bounds of the screen for this monitor in the desktop coordinate system. Also see bounds to get the working bounds of the monitor taking into account window manager chrome such as the Taskbar.