C# Class MegaMan.LevelEditor.BrushForm

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Méthode Description
AddBrush ( ITileBrush brush ) : void
BrushForm ( ) : System
ChangeTileset ( Tileset tileset ) : void
Clear ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public AddBrush ( ITileBrush brush ) : void
brush ITileBrush
Résultat void

BrushForm() public méthode

public BrushForm ( ) : System
Résultat System

ChangeTileset() public méthode

public ChangeTileset ( Tileset tileset ) : void
tileset Tileset
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() protected méthode

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