C# Class MegaMan.LevelEditor.RectangleTool

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

Méthodes publiques

Méthode 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

Méthode Description
Draw ( ScreenDrawingSurface surface, int tile_x, int tile_y ) : void

Method Details

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

RectangleTool() public méthode

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

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