C# (CSharp) Smrf.NodeXL.Layouts RectangleBinner - 8 Beispiele gefunden. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die Smrf.NodeXL.Layouts.RectangleBinner, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
A bin is a small square that fits into a parent rectangle. This class splits the parent into consecutive bins, running from left to right along the bottom of the parent and then moving up a row.
Pass the parent rectangle to the constructor, along with the length of the bin. Call TryGetNextBin to get the next bin, and call to get any space not occupied by the returned bins.