C# Class DetailedReader.DetailedReader

Inheritance: IBitmapReader
Mostra file Open project: egeozcan/DrawThatThing

Public Methods

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

Private Methods

Method Description
PointsAreNeighbors ( int x1, int y1, int x2, int y2 ) : bool

Method Details

DetailedReader() public method

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

GetDrawInstructions() public method

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