C# Class MegaMan.LevelEditor.BrushForm

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent
显示文件 Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
AddBrush ( ITileBrush brush ) : void
BrushForm ( ) : System
ChangeTileset ( Tileset tileset ) : void
Clear ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddBrushPanel ( ITileBrush brush ) : void
CancelNewBrush ( object sender, EventArgs e ) : void
ChangeBrush ( ITileBrush brush ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadBrushes ( ) : void
ReDraw ( ) : void
ResetNewBrush ( int width, int height ) : void
SaveBrushes ( ) : void
SaveNewBrush ( object sender, EventArgs e ) : void
brushPict_MouseDown ( object sender, MouseEventArgs e ) : void
buttonNewBrush_Click ( object sender, EventArgs e ) : void
deleteButton_Click ( object sender, EventArgs e ) : void
resetButton_Click ( object sender, EventArgs e ) : void

Method Details

AddBrush() public method

public AddBrush ( ITileBrush brush ) : void
brush ITileBrush
return void

BrushForm() public method

public BrushForm ( ) : System
return System

ChangeTileset() public method

public ChangeTileset ( Tileset tileset ) : void
tileset Tileset
return void

Clear() public method

public Clear ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void