Свойство | Type | Description | |
---|---|---|---|
FilePath | string | ||
Name | string | ||
TileSep | int | ||
TileSize | Size |
Méthode | Description | |
---|---|---|
Clone ( ) : |
||
ContainsTile ( Point tile ) : bool | ||
ContainsTile ( int id ) : bool | ||
GenerateBitmap ( ) : void | ||
GetBitmap ( ) : Bitmap | ||
GetBitmapFromID ( int id ) : Bitmap | ||
GetCellFromID ( int id ) : Point | ||
GetIDFromCell ( Point cell ) : int | ||
GetIDFromCell ( int cellX, int cellY ) : int | ||
GetIDFromSelectionRectPoint ( Rectangle selection, Point startCell, Point currentCell ) : int | ||
GetRectFromID ( int id ) : Rectangle | ||
GetTileHit ( Point at ) : int | ||
GetVisualRectFromSelection ( Rectangle selection ) : Rectangle | ||
SetFilePath ( string to ) : void | ||
Tileset ( ) : System.Drawing | ||
ToString ( ) : string | ||
TransformID ( |
||
TransformMap ( |
public GetIDFromCell ( int cellX, int cellY ) : int | ||
cellX | int | |
cellY | int | |
Résultat | int |
public GetIDFromSelectionRectPoint ( Rectangle selection, Point startCell, Point currentCell ) : int | ||
selection | Rectangle | |
startCell | Point | |
currentCell | Point | |
Résultat | int |
public GetRectFromID ( int id ) : Rectangle | ||
id | int | |
Résultat | Rectangle |
public GetVisualRectFromSelection ( Rectangle selection ) : Rectangle | ||
selection | Rectangle | |
Résultat | Rectangle |
public TransformID ( |
||
from | ||
id | int | |
Résultat | int |
public TransformMap ( |
||
from | ||
ids | ].int[ | |
Résultat | ].int[ |