0
私はこの機能を使用しようとしていますが、私はshcore.dllを持っていないので、どこから入手するのか分かりません。 shcore.dllはWindows 10のDLLですか?shcore.dll - それは存在しますか?
[DllImport("Shcore.dll")]
internal static extern IntPtr GetDpiForMonitor(
[In] IntPtr hmonitor,
[In] MonitorDpiType dpiType,
[Out] out uint dpiX,
[Out] out uint dpiY);
に基づいて必要とされます。 – magicandre1981