C# Class winmaped2.LayerPanel

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: Bananattack/verge3

Méthodes publiques

Méthode Description
LayerPanel ( ) : System
SetControlLayouts ( ) : void

Méthodes protégées

Méthode Description
OnInvalidated ( System.Windows.Forms.InvalidateEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Method Details

LayerPanel() public méthode

public LayerPanel ( ) : System
Résultat System

OnInvalidated() protected méthode

protected OnInvalidated ( System.Windows.Forms.InvalidateEventArgs e ) : void
e System.Windows.Forms.InvalidateEventArgs
Résultat void

OnMouseEnter() protected méthode

protected OnMouseEnter ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

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

SetControlLayouts() public méthode

public SetControlLayouts ( ) : void
Résultat void