C# Class AbstractReader.AbstractReader

Inheritance: IBitmapReader
Afficher le fichier Open project: egeozcan/DrawThatThing

Méthodes publiques

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

Private Methods

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

Method Details

AbstractReader() public méthode

public AbstractReader ( string path ) : System
path string
Résultat System

GetDrawInstructions() public méthode

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