Exemplo n.º 1
0
        /// <summary>
        /// Creates a new instance of BlurBehind from the given handle
        /// </summary>
        /// <param name="hwnd">Handle of a form to which Blur Behind will be applied</param>
        public BlurBehind(IntPtr hwnd)
        {
            this.hwnd = hwnd;

            // Create properties structure
            properties = new BlurBehindProperties();
        }
Exemplo n.º 2
0
 private static extern void DwmEnableBlurBehindWindow(IntPtr hwnd, ref BlurBehindProperties blurBehind);
Exemplo n.º 3
0
        /// <summary>
        /// Creates a new instance of BlurBehind from the given handle
        /// </summary>
        /// <param name="hwnd">Handle of a form to which Blur Behind will be applied</param>
        public BlurBehind(IntPtr hwnd)
        {
            this.hwnd = hwnd;

            // Create properties structure
            properties = new BlurBehindProperties();
        }
Exemplo n.º 4
0
 private static extern void DwmEnableBlurBehindWindow(IntPtr hwnd, ref BlurBehindProperties blurBehind);