Table of Contents

Method GenerateImage

Namespace
Terminal.Gui.Graphs
Assembly
Terminal.Gui.dll

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

inArea Rect

Returns

Dictionary<Point, Rune>

Mapping of all the points within inArea to line or intersection runes which should be drawn there.