Open
Description
openedon Sep 13, 2024
Background and motivation
Currently in PerMonitorV2
apps after autoscaling happens (dpi changed) DpiX/DpiY
from Graphics
objects (for example from OnPaint(PaintEventArgs e)
) still return starting values. This raises some questions (I found many similar questions, but no answers):
- Is it only
DpiX/DpiY
properties problem and we still able to use these graphics objects normally (keeping in mind real dpi of course)? The fact that these objects continue to be used normally within Winforms gives me a certain optimism on this matter :)- If this is only
DpiX/DpiY
problem, then can we solve it - make them return real dpi? - If this is whole
Graphics
problem, then can we solve it - makeGraphics
compatible withPerMonitorV2
?
- If this is only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment