C# Class MegaMan.Engine.HandlerFill

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

Méthodes publiques

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

Méthode Description
Update ( GameTickEventArgs e ) : void

Method Details

Draw() public méthode

public Draw ( IRenderingContext renderContext ) : void
renderContext IRenderingContext
Résultat void

HandlerFill() public méthode

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
Résultat System

Move() public méthode

public Move ( int nx, int ny, int nwidth, int nheight, int duration ) : void
nx int
ny int
nwidth int
nheight int
duration int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void