ComponentFactory.Krypton.Toolkit.VisualPopupShadow.DrawPaths C# (CSharp) Méthode

DrawPaths() private méthode

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