Method GetCellMap
GetCellMap()
Evaluates the lines that have been added to the canvas and returns a map containing the glyphs and their locations. The glyphs are the characters that should be rendered so that all lines connect up with the appropriate intersection symbols.
public Dictionary<Point, Cell?> GetCellMap()
Returns
- Dictionary<Point, Cell?>
A map of all the points within the canvas.
Remarks
Only the points within the Bounds of the canvas that are not in the exclusion region will be returned. To exclude points from the map, use Exclude(Region).