Screen.getMonitorHeightMm

Gets the height in millimeters of the specified monitor.

More...
class Screen
int
getMonitorHeightMm

Parameters

monitorNum int

number of the monitor, between 0 and gdk_screen_get_n_monitors (screen)

Return Value

Type: int

the height of the monitor, or -1 if not available

Detailed Description

Deprecated: Use gdk.monitor.MonitorWrap.getHeightMm instead