prasannavl / WinApi

A simple, direct, ultra-thin CLR library for high-performance Win32 Native Interop
Apache License 2.0
823 stars 101 forks source link

GetDpiForWindow is missing #35

Open ciriousjoker opened 4 years ago

ciriousjoker commented 4 years ago
[DllImport("user32.dll")]
private static extern uint GetDpiForWindow(IntPtr hwnd);
prasannavl commented 4 years ago

A PR would be highly appreciated :)