C# Class SLAMBot.UI.Controls.EnvironmentDisplay

Inheritance: System.Windows.Forms.Control
显示文件 Open project: Amichai/SLAM-Code

Private Properties

Property Type Description
DrawEmptyMessage void
DrawGridLines void
RecalcLayout void

Public Methods

Method Description
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).

Protected Methods

Method Description
DrawContent ( Graphics g ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
DrawEmptyMessage ( PaintEventArgs e ) : void
DrawGridLines ( Graphics g ) : void
RecalcLayout ( ) : void

Method Details

DrawContent() protected method

protected DrawContent ( Graphics g ) : void
g System.Drawing.Graphics
return void

EnvironmentDisplay() public method

public EnvironmentDisplay ( ) : System
return System

GetPoint() public method

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
return Point

OnLayout() protected method

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

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void