ComponentFactory.Krypton.Toolkit.VisualPopupShadow.DrawPaths C# (CSharp) Method

DrawPaths() private method

private DrawPaths ( Graphics g ) : void
g System.Drawing.Graphics
return void
        private void DrawPaths(Graphics g)
        {
            g.FillPath(_brushes[2], _path1);
            g.FillPath(_brushes[1],_path2);
            g.FillPath(_brushes[0], _path3);
        }