ComponentFactory.Krypton.Toolkit.VisualPopupShadow.OnPaint C# (CSharp) Метод

OnPaint() защищенный Метод

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A PaintEventArgs containing the event data.
Результат void
        protected override void OnPaint(PaintEventArgs e)
        {
            if ((_path1 != null) && (_path2 != null) && (_path3 != null))
                DrawPaths(e.Graphics);
            else
                DrawShadow(e.Graphics, ClientRectangle);
        }