C# Class MegaMan.LevelEditor.StartPositionTool

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
Release ( ScreenDrawingSurface surface ) : void
RightClick ( ScreenDrawingSurface surface, Point location ) : void

Private Methods

Méthode Description
StartPositionTool ( ) : System.Drawing

Method Details

Click() public méthode

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

Move() public méthode

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