C# Class MegaMan.Engine.HandlerFill

Inheritance: IHandlerObject
ファイルを表示 Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
Draw ( IRenderingContext renderContext ) : void
HandlerFill ( Color color, int x, int y, int width, int height, int layer ) : System
Move ( int nx, int ny, int nwidth, int nheight, int duration ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
Update ( GameTickEventArgs e ) : void

Method Details

Draw() public method

public Draw ( IRenderingContext renderContext ) : void
renderContext IRenderingContext
return void

HandlerFill() public method

public HandlerFill ( Color color, int x, int y, int width, int height, int layer ) : System
color Color
x int
y int
width int
height int
layer int
return System

Move() public method

public Move ( int nx, int ny, int nwidth, int nheight, int duration ) : void
nx int
ny int
nwidth int
nheight int
duration int
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void