C# Class Alexandria.Engines.Sciagi.Resources.PictureInstruction.DrawFloodfill

Floodfill an area.
Inheritance: PictureInstruction
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
DrawFloodfill ( List points ) : System

Initialise the instruction.

DrawFloodfill ( Stream stream ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Render the instruction by filling the points.

Method Details

DrawFloodfill() public method

Initialise the instruction.
public DrawFloodfill ( List points ) : System
points List
return System

DrawFloodfill() public method

Initialise the instruction.
public DrawFloodfill ( Stream stream ) : System
stream Stream
return System

Render() public method

Render the instruction by filling the points.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
return void