Метод | Описание | |
---|---|---|
DrawMap ( |
|
|
TileView ( ) : System |
|
|
TileView ( |
|
Метод | Описание | |
---|---|---|
CheckTileSize ( ) : bool | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
TileView_Paint ( object sender, PaintEventArgs e ) : void |
|
|
UpdateAmountOfTiles ( ) : void |
Метод | Описание | |
---|---|---|
GetDrawingRectangle ( |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
TileView_Resize ( object sender, |
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public DrawMap ( |
||
graphics | ||
toDrawTo | ||
scale | float | |
tiles | int | |
mapSize | ||
Результат | void |
public TileView ( |
||
tiles | ||
tileSize | ||
Результат | System |
protected TileView_Paint ( object sender, PaintEventArgs e ) : void | ||
sender | object | |
e | PaintEventArgs | |
Результат | void |