C# 클래스 SLAMBot.UI.Controls.EnvironmentDisplay

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: Amichai/SLAM-Code

Private Properties

프로퍼티 타입 설명
DrawEmptyMessage void
DrawGridLines void
RecalcLayout void

공개 메소드들

메소드 설명
EnvironmentDisplay ( ) : System
GetPoint ( double x, double y ) : Point

Gets the point at the upper left corner of the given map location (between TopLeft and BottomRight).

보호된 메소드들

메소드 설명
DrawContent ( Graphics g ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
DrawEmptyMessage ( PaintEventArgs e ) : void
DrawGridLines ( Graphics g ) : void
RecalcLayout ( ) : void

메소드 상세

DrawContent() 보호된 메소드

protected DrawContent ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

EnvironmentDisplay() 공개 메소드

public EnvironmentDisplay ( ) : System
리턴 System

GetPoint() 공개 메소드

Gets the point at the upper left corner of the given map location (between TopLeft and BottomRight).
public GetPoint ( double x, double y ) : Point
x double
y double
리턴 Point

OnLayout() 보호된 메소드

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void