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

Add Support WPF Targets #2

Open
celeron533 opened this issue May 16, 2016 · 2 comments
Open

Add Support WPF Targets #2

celeron533 opened this issue May 16, 2016 · 2 comments

Comments

@celeron533
Copy link
Owner

Now this tool only take effect on Winform based windows.

Need to add WPF target window support in the future.
Link:
https://msdn.microsoft.com/en-us/library/ms633556(VS.85).aspx

@celeron533
Copy link
Owner Author

SetLayeredWindowAttributes
UpdateLayeredWindow

https://blogs.msdn.microsoft.com/dwayneneed/2008/09/08/transparent-windows-in-wpf/

@celeron533
Copy link
Owner Author

As normal WinForm is GDI+ but WPF is HW Accelerated, change the opacity of a WPF window may let it drop to software rendering and will cost a lot of performance issues.

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

No branches or pull requests

1 participant