C# Class MegaMan.LevelEditor.Bucket

Inheritance: ITool
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Méthode Description
Bucket ( ITileBrush brush ) : System.Collections.Generic
Click ( ScreenDrawingSurface surface, Point location ) : void
Move ( ScreenDrawingSurface surface, Point location ) : void
Release ( ScreenDrawingSurface surface ) : void
RightClick ( ScreenDrawingSurface surface, Point location ) : void

Private Methods

Méthode Description
Flood ( ScreenDrawingSurface surface, int tile_x, int tile_y, int tile_id, int brush_x, int brush_y ) : void

Method Details

Bucket() public méthode

public Bucket ( ITileBrush brush ) : System.Collections.Generic
brush ITileBrush
Résultat System.Collections.Generic

Click() public méthode

public Click ( ScreenDrawingSurface surface, Point location ) : void
surface ScreenDrawingSurface
location System.Drawing.Point
Résultat void

Move() public méthode

public Move ( ScreenDrawingSurface surface, Point location ) : void
surface ScreenDrawingSurface
location System.Drawing.Point
Résultat void

Release() public méthode

public Release ( ScreenDrawingSurface surface ) : void
surface ScreenDrawingSurface
Résultat void

RightClick() public méthode

public RightClick ( ScreenDrawingSurface surface, Point location ) : void
surface ScreenDrawingSurface
location System.Drawing.Point
Résultat void