aufgerufen wird dieses:
Delphi-Quellcode:
function GetDCScale(
const DC: HDC): Single;
begin
Result := GetDeviceCaps(
DC, LOGPIXELSX) / StandardDpi;
end;
Die Funktion beschrieben ist hier:
https://docs.microsoft.com/en-us/win...-getdevicecaps
aber auch dort wird für alle Displays der selbe Wert ausgegeben
Zitat:
Number of pixels per logical inch along the screen width. In a system with multiple display monitors, this value is the same for all monitors.