C# Class MapView.TopViewForm.TopViewPanel

Inheritance: SimpleMapPanel
Exibir arquivo Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Methods

Method Description
TopViewPanel ( ) : System

Protected Methods

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

Method Details

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

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

RenderCell() protected method

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

TopViewPanel() public method

public TopViewPanel ( ) : System
return System