Property | Type | Description | |
---|---|---|---|
brushes | SolidBrush>.Dictionary | ||
clickPoint | Point | ||
hWidth | int | ||
map | |||
origin | Point | ||
pens | Pen>.Dictionary |
Method | Description | |
---|---|---|
GetTile ( int x, int y ) : |
Get the tile contained at (x,y) in local screen coordinates
|
|
GetTileCoordinates ( int x, int y ) : Point | ||
MapPanel ( ) : System |
Method | Description | |
---|---|---|
OnMouseDown ( MouseEventArgs e ) : void | ||
OnResize ( |
Method | Description | |
---|---|---|
convertCoordsDiamond ( int xp, int yp ) : Point |
public GetTile ( int x, int y ) : |
||
x | int | |
y | int | |
return |
public GetTileCoordinates ( int x, int y ) : Point | ||
x | int | |
y | int | |
return | Point |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnResize ( |
||
e | ||
return | void |