C# Class MegaMan.LevelEditor.SelectionTool

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

Méthodes publiques

Méthode Description
Click ( ScreenDrawingSurface surface, System location ) : void
Move ( ScreenDrawingSurface surface, System location ) : void
Release ( ScreenDrawingSurface surface ) : void
RightClick ( ScreenDrawingSurface surface, System location ) : void

Method Details

Click() public méthode

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

Move() public méthode

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