GetMonitorPhysicalHeight method

int GetMonitorPhysicalHeight(
  1. int monitor
)

Get specified monitor physical height in millimetres

! Not implemented on WASM

Implementation

int GetMonitorPhysicalHeight(int monitor)
  => _GetMonitorPhysicalHeight(monitor);