Property | Type | Description | |
---|---|---|---|
boxRectangle | |||
orientation | Orientation |
Method | Description | |
---|---|---|
FreeSpaceBox ( float left, float top, float right, float bottom, Orientation orientation ) : System |
This constructor sets the box boundaries and orientation
|
|
GetArea ( ) : double |
Gets the area of a FreeSpaceBox
|
public FreeSpaceBox ( float left, float top, float right, float bottom, Orientation orientation ) : System | ||
left | float | |
top | float | |
right | float | |
bottom | float | |
orientation | Orientation | |
return | System |
public RectangleF,System.Drawing boxRectangle | ||
return |