getMonitorPhysicalWidth function

int getMonitorPhysicalWidth(
  1. int monitor
)

Get specified monitor physical width in millimetres.

Implementation

int getMonitorPhysicalWidth(int monitor) {
  return library.GetMonitorPhysicalWidth(monitor);
}