Hi i wanted to create the acrylic blur effect provided by Microsoft for my WPF Application. I have tried many ways such as using DWM Blur Behind,DwmSetWindowAttribute etc.. but since these methods are not much effective i would like to bring the acrylic blur effect using direct2d (The methods used in UWP by using win2d) gaussian blur method mentioned here:
Gaussian blur effect - Win32 apps | Microsoft Docs
since i'm a newbie to DirectX,i need help.