GetMonitorPhysicalWidth method

int GetMonitorPhysicalWidth(
  1. int monitor
)

Implementation

int GetMonitorPhysicalWidth(int monitor) {
  return _GetMonitorPhysicalWidth(monitor);
}