C# Класс SLAMBot.UI.Controls.EnvironmentDisplay

Наследование: System.Windows.Forms.Control
Показать файл Открыть проект

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