C# Class MegaMan.LevelEditor.RectangleTool

Inheritance: ITool
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
Click ( ScreenDrawingSurface surface, Point location ) : void
Move ( ScreenDrawingSurface surface, Point location ) : void
RectangleTool ( ITileBrush brush ) : System
Release ( ScreenDrawingSurface surface ) : void
RightClick ( ScreenDrawingSurface surface, Point location ) : void

Private Methods

Method Description
Draw ( ScreenDrawingSurface surface, int tile_x, int tile_y ) : void

Method Details

Click() public method

public Click ( ScreenDrawingSurface surface, Point location ) : void
surface ScreenDrawingSurface
location Point
return void

Move() public method

public Move ( ScreenDrawingSurface surface, Point location ) : void
surface ScreenDrawingSurface
location Point
return void

RectangleTool() public method

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

Release() public method

public Release ( ScreenDrawingSurface surface ) : void
surface ScreenDrawingSurface
return void

RightClick() public method

public RightClick ( ScreenDrawingSurface surface, Point location ) : void
surface ScreenDrawingSurface
location Point
return void