C# Класс Alexandria.Engines.Sciagi.Resources.PictureInstruction.DrawFloodfill

Floodfill an area.
Наследование: PictureInstruction
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

DrawFloodfill() публичный Метод

Initialise the instruction.
public DrawFloodfill ( List points ) : System
points List
Результат System

DrawFloodfill() публичный Метод

Initialise the instruction.
public DrawFloodfill ( Stream stream ) : System
stream Stream
Результат System

Render() публичный Метод

Render the instruction by filling the points.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
Результат void