C# Class MapView.TopViewForm.SimpleMapPanel

Inheritance: Map_Observer_Control
Afficher le fichier Open project: pmprog/OpenXCOM.Tools

Protected Properties

Свойство Type Description
hWidth int
minHeight int

Private Properties

Свойство Type Description
convertCoordsDiamond void

Méthodes publiques

Méthode Description
ParentSize ( int width, int height ) : void
SelectedTileChanged ( IMap_Base sender, SelectedTileChangedEventArgs e ) : void
SimpleMapPanel ( ) : System

Méthodes protégées

Méthode Description
CellPath ( int xc, int yc ) : GraphicsPath
LowerPath ( int x, int y ) : GraphicsPath
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
Render ( System g ) : void
RenderCell ( IMapTile tile, System g, int x, int y ) : void
UpperPath ( int x, int y ) : GraphicsPath
viewDrag ( object sender, EventArgs ex ) : void

Private Methods

Méthode Description
convertCoordsDiamond ( int x, int y, int &row, int &col ) : void

Method Details

CellPath() protected méthode

protected CellPath ( int xc, int yc ) : GraphicsPath
xc int
yc int
Résultat System.Drawing.Drawing2D.GraphicsPath

LowerPath() protected méthode

protected LowerPath ( int x, int y ) : GraphicsPath
x int
y int
Résultat System.Drawing.Drawing2D.GraphicsPath

OnMouseDown() protected méthode

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

OnMouseMove() protected méthode

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

OnMouseUp() protected méthode

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

OnMouseWheel() protected méthode

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

ParentSize() public méthode

public ParentSize ( int width, int height ) : void
width int
height int
Résultat void

Render() protected méthode

protected Render ( System g ) : void
g System
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

SelectedTileChanged() public méthode

public SelectedTileChanged ( IMap_Base sender, SelectedTileChangedEventArgs e ) : void
sender XCom.Interfaces.Base.IMap_Base
e XCom.Interfaces.Base.SelectedTileChangedEventArgs
Résultat void

SimpleMapPanel() public méthode

public SimpleMapPanel ( ) : System
Résultat System

UpperPath() protected méthode

protected UpperPath ( int x, int y ) : GraphicsPath
x int
y int
Résultat System.Drawing.Drawing2D.GraphicsPath

viewDrag() protected méthode

protected viewDrag ( object sender, EventArgs ex ) : void
sender object
ex System.EventArgs
Résultat void

Property Details

hWidth protected_oe property

protected int hWidth
Résultat int

minHeight protected_oe property

protected int minHeight
Résultat int