Exemplo n.º 1
0
 public static Area2d Create(string start, string end)
 => Create(Point2d.Parse(start), Point2d.Parse(end));