Method GenerateImage
GenerateImage(Rect)
Evaluate all currently defined lines that lie within
inArea and map that
shows what characters (if any) should be rendered at each
point so that all lines connect up correctly with appropriate
intersection symbols.
public Dictionary<Point, Rune> GenerateImage(Rect inArea)
Parameters
inAreaRect
Returns
- Dictionary<Point, Rune>
Mapping of all the points within
inAreato line or intersection runes which should be drawn there.