getMonitorPhysicalHeight function

int getMonitorPhysicalHeight(
  1. int monitor
)

Get specified monitor physical height in millimetres.

Implementation

int getMonitorPhysicalHeight(int monitor) {
  return library.GetMonitorPhysicalHeight(monitor);
}