picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.62k stars 328 forks source link

Fix reporting the location of a Hwnd form with multi-monitor DPIs #2610

Closed cwensley closed 8 months ago

cwensley commented 8 months ago

When you have multiple monitors with different DPIs this would return the incorrect position. This location can be used when showing a child dialog where it would not correctly center on the parent hwnd window.