GetMonitorHeight method

int GetMonitorHeight(
  1. int monitor
)

Get specified monitor height (current video mode used by monitor)

Implementation

int GetMonitorHeight(int monitor)
  => _GetMonitorHeight(monitor);