Get resolution in multi monitor

  • Thread starter Thread starter DO ANH TUAN
  • Start date Start date
D

DO ANH TUAN

Guest
Hi everyone, I use EnumDisplayMonitors and GetMonitorInfo to enum monitor, get Monitor info. But on Windows 10 have a set scale.

In case 1: I set the same scale percent for example 150% for three monitors, GetMonitorInfo is correct. I can use resolution(always 1920X1080) in monitor info

In case 2: I setting different scale for each monitor 1 is 100%, monitor 2 is 125 %, monitor 3 is 150%. GetMonitorInfo incorrect. I got a different resolution for 3 monitors although I set the resolution for 3 monitors is 1920x1080

Why has different resolution got from GetMonitorInfo function which scale percent each monitor?

related between scale percent and resolution?

Continue reading...
 
Back
Top