C# 클래스 AbstractReader.AbstractReader

상속: IBitmapReader
파일 보기 프로젝트 열기: egeozcan/DrawThatThing

공개 메소드들

메소드 설명
AbstractReader ( string path ) : System
GetDrawInstructions ( List color, string>.IDictionary settings = null, IBrushChanger brushChanger = null ) : IEnumerable

비공개 메소드들

메소드 설명
AreDirectNeighbors ( Point point1, Point point2 ) : bool
GetMatchingUnprocessedDirectNeighbors ( int x, int y ) : IEnumerable
GetNeighboringColors ( int x, int y ) : IEnumerable>

메소드 상세

AbstractReader() 공개 메소드

public AbstractReader ( string path ) : System
path string
리턴 System

GetDrawInstructions() 공개 메소드

public GetDrawInstructions ( List color, string>.IDictionary settings = null, IBrushChanger brushChanger = null ) : IEnumerable
color List
settings string>.IDictionary
brushChanger IBrushChanger
리턴 IEnumerable