C# Class SharpQuake.FloodFiller

Afficher le fichier Open project: Memorix101/SharpQuake Class Usage Examples

Méthodes publiques

Méthode Description
FloodFiller ( ByteArraySegment skin, int skinwidth, int skinheight ) : System
Perform ( ) : void

Private Methods

Méthode Description
Step ( int offset, int dx, int dy ) : void

Method Details

FloodFiller() public méthode

public FloodFiller ( ByteArraySegment skin, int skinwidth, int skinheight ) : System
skin ByteArraySegment
skinwidth int
skinheight int
Résultat System

Perform() public méthode

public Perform ( ) : void
Résultat void