Exemplo n.º 1
0
 public void AddSegment(LineSegment segment)
 {
     _lineSegments.Add(segment);
     segment.SetColor(_color);
 }