C# Class AbstractReader.AbstractReader

Inheritance: IBitmapReader
Show file Open project: egeozcan/DrawThatThing

Public Methods

Method Description
AbstractReader ( string path ) : System
GetDrawInstructions ( List color, string>.IDictionary settings = null, IBrushChanger brushChanger = null ) : IEnumerable

Private Methods

Method Description
AreDirectNeighbors ( Point point1, Point point2 ) : bool
GetMatchingUnprocessedDirectNeighbors ( int x, int y ) : IEnumerable
GetNeighboringColors ( int x, int y ) : IEnumerable>

Method Details

AbstractReader() public method

public AbstractReader ( string path ) : System
path string
return System

GetDrawInstructions() public method

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