Screen.getMonitorHeightMm
int getMonitorHeightMm(int monitorNum)Gets the height in millimeters of the specified monitor.
Parameters
monitorNum | number of the monitor, between 0 and gdk_screen_get_n_monitors (screen) |
Returns
the height of the monitor, or -1 if not available
Deprecated
Use [gdk.monitor.MonitorWrap.getHeightMm] instead