ComponentFactory.Krypton.Toolkit.RenderStandard.DrawRibbonAppButtonBorder1 C# (CSharp) Method

DrawRibbonAppButtonBorder1() protected method

Internal rendering method.
protected DrawRibbonAppButtonBorder1 ( Graphics g, MementoRibbonAppButton memento ) : void
g System.Drawing.Graphics
memento MementoRibbonAppButton
return void
        protected virtual void DrawRibbonAppButtonBorder1(Graphics g,
                                                          MementoRibbonAppButton memento)
        {
            g.FillEllipse(_buttonBorder1Brush, memento.borderShadow1);
            g.FillEllipse(_buttonBorder2Brush, memento.borderShadow2);
        }
RenderStandard