C# Class Terrarium.Forms.GlassBottomPanel

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: eugeniomiro/Terrarium Class Usage Examples

Private Properties

Свойство Type Description
InitializeComponent void
InvalidateViewportRect void
navigatePictureBox_Resize void

Méthodes publiques

Méthode Description
GlassBottomPanel ( ) : System

Méthodes protégées

Méthode Description
OnResize ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
InvalidateViewportRect ( ) : void
navigatePictureBox_Resize ( object sender, System e ) : void

Make sure we invalidate the viewport rectangle if the size of the picture box changes. In the current implementation this won't happen, but this will help enable a skinning mode.

Method Details

GlassBottomPanel() public méthode

public GlassBottomPanel ( ) : System
Résultat System

OnResize() protected méthode

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