C# Class MapView.RmpViewForm.MapPanel

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: pmprog/OpenXCOM.Tools

Protected Properties

Свойство Type Description
brushes SolidBrush>.Dictionary
clickPoint Point
hWidth int
map XCom.XCMapFile
origin Point
pens Pen>.Dictionary

Méthodes publiques

Méthode Description
GetTile ( int x, int y ) : XCMapTile

Get the tile contained at (x,y) in local screen coordinates

GetTileCoordinates ( int x, int y ) : Point
MapPanel ( ) : System

Méthodes protégées

Méthode Description
OnMouseDown ( MouseEventArgs e ) : void
OnResize ( EventArgs e ) : void

Private Methods

Méthode Description
convertCoordsDiamond ( int xp, int yp ) : Point

Method Details

GetTile() public méthode

Get the tile contained at (x,y) in local screen coordinates
public GetTile ( int x, int y ) : XCMapTile
x int
y int
Résultat XCom.XCMapTile

GetTileCoordinates() public méthode

public GetTileCoordinates ( int x, int y ) : Point
x int
y int
Résultat Point

MapPanel() public méthode

public MapPanel ( ) : System
Résultat System

OnMouseDown() protected méthode

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

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

Property Details

brushes protected_oe property

protected Dictionary brushes
Résultat SolidBrush>.Dictionary

clickPoint protected_oe property

protected Point clickPoint
Résultat Point

hWidth protected_oe property

protected int hWidth
Résultat int

map protected_oe property

protected XCMapFile,XCom map
Résultat XCom.XCMapFile

origin protected_oe property

protected Point origin
Résultat Point

pens protected_oe property

protected Dictionary pens
Résultat Pen>.Dictionary