Пример #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;
        }
Пример #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;
        }