Esempio n. 1
0
 private void LocateTags(TagCloud cloud, ICloudLayouter layouter)
 {
     for (int i = 0; i < cloud.Tags.Count; i++)
     {
         var location = layouter.PushNextRectangle(cloud.Tags[i].Form).Location;
         cloud.Tags[i].Location = location;
     }
 }