C# Class System.Windows.Forms.InternalUserControl

Inheritance: UserControlMouseView, IControl
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form

Méthodes publiques

Méthode Description
DrawRect ( RectangleF dirtyRect ) : void
FontChanged ( ) : void

Méthodes protégées

Méthode Description
OnPaintBackground ( PaintEventArgs e ) : void

Method Details

DrawRect() public méthode

public DrawRect ( RectangleF dirtyRect ) : void
dirtyRect System.Drawing.RectangleF
Résultat void

FontChanged() public méthode

public FontChanged ( ) : void
Résultat void

OnPaintBackground() protected méthode

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