C# Class YamuiFramework.Controls.YamuiSimplePanel

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: jcaillon/3P Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
YamuiSimplePanel ( ) : System.ComponentModel

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void

Method Details

OnPaint() protected méthode

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

OnPaintBackground() protected méthode

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

PaintTransparentBackground() protected méthode

protected PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void
graphics System.Drawing.Graphics
clipRect System.Drawing.Rectangle
Résultat void

YamuiSimplePanel() public méthode

public YamuiSimplePanel ( ) : System.ComponentModel
Résultat System.ComponentModel