Property | Type | Description | |
---|---|---|---|
m_bBinReturned | System.Boolean | ||
m_iBinLength | |||
m_oLastBin | |||
m_oParent |
Method | Description | |
---|---|---|
RectangleBinner ( |
Initializes a new instance of the RectangleBinner class.
|
|
TryGetNextBin ( |
||
TryGetRemainingRectangle ( |
Method | Description | |
---|---|---|
AssertValid ( ) : void |
public RectangleBinner ( |
||
parent | /// The parent rectangle to split into bins. /// | |
binLength | /// Length and width of each bin square. Must be greater than zero. /// | |
return | System |
public TryGetNextBin ( |
||
nextBin | ||
return | System.Boolean |
public TryGetRemainingRectangle ( |
||
remainingRectangle | ||
return | System.Boolean |
protected Rectangle,System.Drawing m_oLastBin | ||
return |