C# 클래스 MiDeRP.Visualization

파일 보기 프로젝트 열기: EraYaN/MiDeRP

공개 메소드들

메소드 설명
DrawField ( ) : void
Visualization ( System.Windows.Controls.Canvas _c ) : System

비공개 메소드들

메소드 설명
DrawControlpoints ( double xstep, double ystep ) : void
DrawCurrentPosition ( double xstep, double ystep ) : void
DrawMines ( uint xlim, uint ylim, double xstep, double ystep ) : void
DrawPath ( double xstep, double ystep ) : void
cp_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
getCanvasCoordinates ( Coord node, double xstep, double ystep ) : Point
mine_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

메소드 상세

DrawField() 공개 메소드

public DrawField ( ) : void
리턴 void

Visualization() 공개 메소드

public Visualization ( System.Windows.Controls.Canvas _c ) : System
_c System.Windows.Controls.Canvas
리턴 System