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

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

Méthodes publiques

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

Private Methods

Méthode Description
Draw ( ScreenDocument screen, int tile_x, int tile_y ) : void

Method Details

Click() public méthode

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

Move() public méthode

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

Release() public méthode

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

RightClick() public méthode

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

TileBrushToolBehavior() public méthode

public TileBrushToolBehavior ( ITileBrush brush ) : System
brush ITileBrush
Résultat System