C# 클래스 Alexandria.Engines.Sciagi.Resources.PictureInstruction.DrawFloodfill

Floodfill an area.
상속: PictureInstruction
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
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