You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently being implemented on top of branch develop in new class HXE.Common.DpiUtilies. This class is copied from StackOverflow with little edits and is currently Windows-only. However, it has support for Windows 7 (SP1) and up, but recommends using Win10+ functions because they have better support for per-monitor DPI settings.
If COM marshalling is undesired, the class can be later refactored to utilize CsWin32.
This is currently being implemented on top of branch
develop
in new classHXE.Common.DpiUtilies
. This class is copied from StackOverflow with little edits and is currently Windows-only. However, it has support for Windows 7 (SP1) and up, but recommends using Win10+ functions because they have better support for per-monitor DPI settings.If COM marshalling is undesired, the class can be later refactored to utilize CsWin32.
Steal from https://stackoverflow.com/a/54912192
The text was updated successfully, but these errors were encountered: