Exemplo n.º 1
0
        public GlassPanel()
        {
            borderRectPath    = new GraphicsPath();
            topArcPath        = new GraphicsPath();
            bevelOverlayImage = Properties.Resources.bevelOverlay;
            CalculateBackColors(Color.FromArgb(125, 44, 61, 90));

            blur          = new Blur();
            blur.BlurType = BlurType.Both;
        }
Exemplo n.º 2
0
        public GlassPanel()
        {
            borderRectPath = new GraphicsPath();
            topArcPath = new GraphicsPath();
            bevelOverlayImage = Properties.Resources.bevelOverlay;
            CalculateBackColors(Color.FromArgb(125, 44, 61, 90));

            blur = new Blur();
            blur.BlurType = BlurType.Both;
        }