C# Class SLAMBot.UI.Controls.EnvironmentDisplay

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: Amichai/SLAM-Code

Private Properties

Свойство Type Description
DrawEmptyMessage void
DrawGridLines void
RecalcLayout void

Méthodes publiques

Méthode 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).

Méthodes protégées

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

Private Methods

Méthode Description
DrawEmptyMessage ( PaintEventArgs e ) : void
DrawGridLines ( Graphics g ) : void
RecalcLayout ( ) : void

Method Details

DrawContent() protected méthode

protected DrawContent ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

EnvironmentDisplay() public méthode

public EnvironmentDisplay ( ) : System
Résultat System

GetPoint() public méthode

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
Résultat Point

OnLayout() protected méthode

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void