C# Class MegaMan.LevelEditor.StartPositionTool

Inheritance: ITool
显示文件 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
Release ( ScreenDrawingSurface surface ) : void
RightClick ( ScreenDrawingSurface surface, Point location ) : void

Private Methods

Method Description
StartPositionTool ( ) : System.Drawing

Method Details

Click() public method

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

Move() public method

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

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 System.Drawing.Point
return void