예제 #1
0
 public void CreateCloudImage(string path)
 {
     Rectangles.Select(Layouter.PutNextRectangle);
     Visualizer.CreateImage(Layouter.Rectangles, path);
 }