C# Class OdessaGUIProject.UI_Controls.RoundedCornersPanel

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: noahsw/highlight-hunter

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

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

Method Details

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void