Method |
Description |
|
Clone ( ) : Tileset |
|
|
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 ( Tileset from, int id ) : int |
|
|
TransformMap ( Tileset from, ].int[ ids ) : ].int[ |
|
|