C# Class MegaMan.LevelEditor.BrushTool

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

Méthodes publiques

Méthode Description
BrushTool ( ITileBrush brush ) : System
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
Draw ( ScreenDrawingSurface surface, int tile_x, int tile_y ) : void

Method Details

BrushTool() public méthode

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

Click() public méthode

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

Move() public méthode

public Move ( ScreenDrawingSurface surface, Point location ) : void
surface ScreenDrawingSurface
location 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 Point
Résultat void