public CircularCloudLayouter(Point center) { spiral = new Spiral.Spiral(center); Center = center; cloudBorders = new Rectangle(0, 0, center.X * 2, center.Y * 2); PlacedRectangles = new List <Rectangle>(); }