C# 클래스 Terrarium.Forms.Classes.Controls.DeveloperPanel

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: eugeniomiro/Terrarium

Private Properties

프로퍼티 타입 설명
InvalidateViewportRect void
failedReceivesLabel_Click void
glassLabel4_Click void
navigatePictureBox_Paint void

공개 메소드들

메소드 설명
DeveloperPanel ( ) : System

GenerateMiniMap ( int worldWidth, int worldHeight ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

DeveloperPanel() 공개 메소드

public DeveloperPanel ( ) : System
리턴 System

GenerateMiniMap() 공개 메소드

public GenerateMiniMap ( int worldWidth, int worldHeight ) : void
worldWidth int
worldHeight int
리턴 void