C# Class MapView.TopViewForm.TopViewPanel

Inheritance: SimpleMapPanel
Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Méthodes publiques

Méthode Description
TopViewPanel ( ) : System

Méthodes protégées

Méthode Description
OnMouseDown ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
RenderCell ( IMapTile tile, System g, int x, int y ) : void

Method Details

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

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

RenderCell() protected méthode

protected RenderCell ( IMapTile tile, System g, int x, int y ) : void
tile XCom.Interfaces.Base.IMapTile
g System
x int
y int
Résultat void

TopViewPanel() public méthode

public TopViewPanel ( ) : System
Résultat System