Свойство | Type | Description | |
---|---|---|---|
m_world |
Свойство | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
PaintBorder | void | ||
PaintCells | void | ||
PaintDebug | void | ||
PaintGrid | void | ||
PaintHighlightedCell | void | ||
UpdateCellLocations | void |
Méthode | Description | |
---|---|---|
GridControl ( ) : System | ||
IsSelected ( Point p ) : bool | ||
IsSelected ( |
||
IsSelected ( int x, int y ) : bool |
Méthode | Description | |
---|---|---|
OnKeyDown ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnMouseWheel ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void |
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void | ||
PaintBorder ( |
||
PaintCells ( |
||
PaintDebug ( |
||
PaintGrid ( |
||
PaintHighlightedCell ( |
||
UpdateCellLocations ( |
public IsSelected ( |
||
room | ||
Résultat | bool |
protected OnKeyDown ( |
||
e | ||
Résultat | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Résultat | void |