C# Class Terrarium.Forms.Classes.Controls.DeveloperPanel

Inheritance: System.Windows.Forms.UserControl
Show file Open project: eugeniomiro/Terrarium

Private Properties

Property Type Description
InvalidateViewportRect void
failedReceivesLabel_Click void
glassLabel4_Click void
navigatePictureBox_Paint void

Public Methods

Method Description
DeveloperPanel ( ) : System

GenerateMiniMap ( int worldWidth, int worldHeight ) : void

Private Methods

Method Description
InvalidateViewportRect ( ) : void
failedReceivesLabel_Click ( object sender, EventArgs e ) : void
glassLabel4_Click ( object sender, EventArgs e ) : void
navigatePictureBox_Paint ( object sender, System e ) : void

navigatePictureBox event handler that controls painting of the map onto the mini map.

Method Details

DeveloperPanel() public method

public DeveloperPanel ( ) : System
return System

GenerateMiniMap() public method

public GenerateMiniMap ( int worldWidth, int worldHeight ) : void
worldWidth int
worldHeight int
return void