Holds content in a grid structure for a UIContext or Layout
More...
|
| | UIContent (int rows, int cols, Rectangle parent) |
| | Initializes a new instance of the T:MB2D.UI.UIContent class. More...
|
| |
Holds content in a grid structure for a UIContext or Layout
§ UIContent()
| MB2D.UI.UIContent.UIContent |
( |
int |
rows, |
|
|
int |
cols, |
|
|
Rectangle |
parent |
|
) |
| |
|
inline |
Initializes a new instance of the T:MB2D.UI.UIContent class.
- Parameters
-
| rows | Rows. |
| cols | Cols. |
| parent | Parent. |
§ Elements
Gets the elements of the content.
The UI elements.
§ Grid
| Grid MB2D.UI.UIContent.Grid |
|
get |
Gets a grid geometry representation of the content
The grid.
§ Rect
| Rectangle MB2D.UI.UIContent.Rect |
|
getset |
Gets or sets the rectangle encompassing the content.
The rectangle.
The documentation for this class was generated from the following file: