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

AdjustWindowRectExForDpi is missing #36

Open ciriousjoker opened 4 years ago

ciriousjoker commented 4 years ago
[DllImport("user32.dll", SetLastError = true)]
static extern IntPtr AdjustWindowRectExForDpi(
    ref NetCoreEx.Geometry.Rectangle lpRect,
    WindowStyles dwStyle,
    bool bMenu,
    WindowExStyles dwExStyle,
    uint dpi
);
prasannavl commented 4 years ago

Hi @CiriousJoker - would appreciate a PR for small additions like these. Thanks!

ciriousjoker commented 4 years ago

There are still open prs so I didn't bother so far. Maybe I'll make a PR for these