Method | Description | |
---|---|---|
ClearSelection ( ) : void | ||
Copy ( ) : void | ||
Paste ( ) : void | ||
Resize ( ) : void | ||
View ( ) : System |
Method | Description | |
---|---|---|
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnMouseWheel ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void |
Method | Description | |
---|---|---|
ConvertCoordsRect ( Point p ) : Point |
convert from map coordinates to rectangular coordinates
|
|
convertCoordsDiamond ( int xp, int yp, int level ) : Point |
convert from screen coordinates to tile coordinates
|
|
drawTile ( |
||
drawTileGray ( |
||
mapHeight ( |
||
tileChange ( |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |