C# Class OdessaGUIProject.UI_Controls.RoundedCornersPanel

Inheritance: System.Windows.Forms.Panel
Mostrar archivo Open project: noahsw/highlight-hunter

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
DrawRoundRect ( Graphics g, Brush p, float X, float Y, float width, float height, float radius ) : void
RoundedCornersPanel ( ) : System

Method Details

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void