GetMonitorHeight method

int GetMonitorHeight(
  1. int monitor
)

Implementation

int GetMonitorHeight(int monitor) {
  return _GetMonitorHeight(monitor);
}