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

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

Private Properties

Свойство Type Description
InvalidateViewportRect void
failedReceivesLabel_Click void
glassLabel4_Click void
navigatePictureBox_Paint void

Méthodes publiques

Méthode Description
DeveloperPanel ( ) : System

GenerateMiniMap ( int worldWidth, int worldHeight ) : void

Private Methods

Méthode 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 méthode

public DeveloperPanel ( ) : System
Résultat System

GenerateMiniMap() public méthode

public GenerateMiniMap ( int worldWidth, int worldHeight ) : void
worldWidth int
worldHeight int
Résultat void