C# Class SharpQuake.FloodFiller

Mostrar archivo Open project: Memorix101/SharpQuake Class Usage Examples

Public Methods

Method Description
FloodFiller ( ByteArraySegment skin, int skinwidth, int skinheight ) : System
Perform ( ) : void

Private Methods

Method Description
Step ( int offset, int dx, int dy ) : void

Method Details

FloodFiller() public method

public FloodFiller ( ByteArraySegment skin, int skinwidth, int skinheight ) : System
skin ByteArraySegment
skinwidth int
skinheight int
return System

Perform() public method

public Perform ( ) : void
return void