Esempio n. 1
0
 public CircularCloudLayouter(Point center)
 {
     Center     = center;
     rectangles = new List <Rectangle>();
     spiral     = new Spiral(0.25, 1);
 }