C# 클래스 T_and_M.MazeForm

파일 보기 프로젝트 열기: ZachChristensen/Theseus-and-the-Minotaur

공개 메소드들

메소드 설명
CreateMap ( ) : void
MazeForm ( ) : System
PrintMap ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
Coordinates ( Thing thing ) : string
End ( ) : void
GetPosition ( int posX, int posY ) : Point
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsBlocked ( Point pos, string direction ) : bool
LoadResources ( ) : void
MazeForm_KeyDown ( object sender, KeyEventArgs e ) : void
MazeForm_Load ( object sender, EventArgs e ) : void
MinotaurTurn ( ) : void
Move ( Thing thing, string direction ) : void
MoveTheseus ( int x, int y, string direction ) : void
Play ( ) : void
Render ( ) : void
TheseusTurn ( ) : void

메소드 상세

CreateMap() 공개 메소드

public CreateMap ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

MazeForm() 공개 메소드

public MazeForm ( ) : System
리턴 System

PrintMap() 공개 메소드

public PrintMap ( ) : void
리턴 void