C# Class Terrarium.Forms.GlassBottomPanel

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: eugeniomiro/Terrarium Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void
InvalidateViewportRect void
navigatePictureBox_Resize void

Public Methods

Method Description
GlassBottomPanel ( ) : System

Protected Methods

Method Description
OnResize ( EventArgs e ) : void

Private Methods

Method 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 method

public GlassBottomPanel ( ) : System
return System

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void