C# Class MegaMan.Editor.Bll.Tools.BucketToolBehavior

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

Méthodes publiques

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

Private Methods

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

Method Details

BucketToolBehavior() public méthode

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

Click() public méthode

public Click ( ScreenCanvas canvas, Point location ) : void
canvas MegaMan.Editor.Controls.ScreenCanvas
location MegaMan.Common.Geometry.Point
Résultat void

Move() public méthode

public Move ( ScreenCanvas canvas, Point location ) : void
canvas MegaMan.Editor.Controls.ScreenCanvas
location MegaMan.Common.Geometry.Point
Résultat void

Release() public méthode

public Release ( ScreenCanvas canvas, Point location ) : void
canvas MegaMan.Editor.Controls.ScreenCanvas
location MegaMan.Common.Geometry.Point
Résultat void

RightClick() public méthode

public RightClick ( ScreenCanvas surface, Point location ) : void
surface MegaMan.Editor.Controls.ScreenCanvas
location MegaMan.Common.Geometry.Point
Résultat void