GetMonitorPhysicalHeight method

int GetMonitorPhysicalHeight(
  1. int monitor
)

Implementation

int GetMonitorPhysicalHeight(int monitor) {
  return _GetMonitorPhysicalHeight(monitor);
}