Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdjustWindowRectExForDpi is missing #36

Open
ciriousjoker opened this issue Aug 3, 2020 · 2 comments
Open

AdjustWindowRectExForDpi is missing #36

ciriousjoker opened this issue Aug 3, 2020 · 2 comments

Comments

@ciriousjoker
Copy link

[DllImport("user32.dll", SetLastError = true)]
static extern IntPtr AdjustWindowRectExForDpi(
    ref NetCoreEx.Geometry.Rectangle lpRect,
    WindowStyles dwStyle,
    bool bMenu,
    WindowExStyles dwExStyle,
    uint dpi
);
@ciriousjoker ciriousjoker changed the title AdjustWindowRectExForDpi AdjustWindowRectExForDpi is missing Aug 3, 2020
@prasannavl
Copy link
Owner

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

@ciriousjoker
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants