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

Inheritance: IToolBehavior
显示文件 Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method 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

Method Description
Draw ( ScreenDocument screen, int tile_x, int tile_y ) : void

Method Details

Click() public method

public Click ( ScreenCanvas canvas, Point location ) : void
canvas MegaMan.Editor.Controls.ScreenCanvas
location Point
return void

Move() public method

public Move ( ScreenCanvas canvas, Point location ) : void
canvas MegaMan.Editor.Controls.ScreenCanvas
location Point
return void

Release() public method

public Release ( ScreenCanvas canvas, Point location ) : void
canvas MegaMan.Editor.Controls.ScreenCanvas
location Point
return void

RightClick() public method

public RightClick ( ScreenCanvas surface, Point location ) : void
surface MegaMan.Editor.Controls.ScreenCanvas
location Point
return void

TileBrushToolBehavior() public method

public TileBrushToolBehavior ( ITileBrush brush ) : System
brush ITileBrush
return System