Method | Description | |
---|---|---|
AddTile ( ) : void |
Add's a blank black tile to the tileset.
|
|
AddTile ( Tile tile ) : void |
Add's the tile object to the tileset.
|
|
CompileSelectedTiles ( ) : void | ||
DeleteTile ( int index ) : void | ||
Destroy ( ) : void | ||
ExportAsImage ( string filename ) : void | ||
FromSprite ( Spriteset sprite ) : |
||
GetCurrentTile ( ) : Tile | ||
GetSelectedIndices ( ) : short[] | ||
GetTile ( int num ) : Tile | ||
GetTileMap ( ) : |
||
InsertTile ( int index ) : void | ||
ReadFromStream ( |
||
RescaleAllTiles ( short width, short height ) : void | ||
ResizeAllTiles ( short width, short height ) : void | ||
Save ( string filename ) : void | ||
SetTileImage ( int num, |
||
SetTileSize ( short width, short height ) : void | ||
TilesetControl ( ) : System | ||
TilesetControl ( |
||
TilesetControl ( string fullpath ) : System | ||
TilesetControl ( string filename, string parent_filename ) : System | ||
ToBitmapList ( ) : List |
||
UpdateFromImage ( string filename, int tile_width, int tile_height ) : void | ||
UpdateHeight ( ) : void |
Forces the control to adjust its height to its container object.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AppendTileItem_Click ( object sender, |
||
DeleteTileMenuItem_Click ( object sender, |
||
DuplicateTile_Click ( object sender, |
||
GetTileIndexAt ( int x_pos, int y_pos ) : short | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InsertTileItem_Click ( object sender, |
||
MarkSelectedTile ( short index, int x, int y, int w, int h, |
||
RestoreZoomItem_Click ( object sender, |
||
TilesetContextMenu_Opened ( object sender, |
||
TilesetControl_KeyDown ( object sender, |
||
TilesetControl_KeyUp ( object sender, |
||
TilesetControl_Load ( object sender, |
||
TilesetControl_MouseDown ( object sender, MouseEventArgs e ) : void | ||
TilesetControl_MouseMove ( object sender, MouseEventArgs e ) : void | ||
TilesetControl_MouseUp ( object sender, MouseEventArgs e ) : void | ||
TilesetControl_Resize ( object sender, |
||
Tileset_Paint ( object sender, PaintEventArgs e ) : void | ||
ZoomInItem_Click ( object sender, |
||
ZoomOutItem_Click ( object sender, |
public AddTile ( Tile tile ) : void | ||
tile | Tile | Tile object to add |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public ExportAsImage ( string filename ) : void | ||
filename | string | |
return | void |
public static FromSprite ( Spriteset sprite ) : |
||
sprite | Spriteset | |
return |
public ReadFromStream ( |
||
stream | ||
return | void |
public RescaleAllTiles ( short width, short height ) : void | ||
width | short | |
height | short | |
return | void |
public ResizeAllTiles ( short width, short height ) : void | ||
width | short | |
height | short | |
return | void |
public SetTileImage ( int num, |
||
num | int | |
img | ||
return | void |
public SetTileSize ( short width, short height ) : void | ||
width | short | |
height | short | |
return | void |
public TilesetControl ( |
||
stream | ||
return | System |
public TilesetControl ( string fullpath ) : System | ||
fullpath | string | |
return | System |
public TilesetControl ( string filename, string parent_filename ) : System | ||
filename | string | |
parent_filename | string | |
return | System |
public UpdateFromImage ( string filename, int tile_width, int tile_height ) : void | ||
filename | string | |
tile_width | int | |
tile_height | int | |
return | void |