Drawing visual behind a window using directx

淺唱寂寞╮ 提交于 2021-02-11 17:12:12

问题


Is there any way to draw the content behind a window using directx.

For example: the magnifier used by windows.

I was trying to achieve the acrylic blur effect of windows 10. What I need to do is to capture the portion behind the window and blur it using direct 2D Gaussian Blur effect.

So is there any way to get the backdrop (visual behind the window) using direct x?

Note: i tried using magnifier api of windows and it is flickering the screen while resizing or moving the window

Here is a sample image:

来源:https://stackoverflow.com/questions/63322211/drawing-visual-behind-a-window-using-directx

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!