Summary
Describes a cell in a grid that is a combination (merger) of multiple cells behaving as one.
Generic type parameters
TCell |
Type of the underlying cells. |
Remarks
See
Structure<TCell>.CombineCells(params TCell[]) for a code example.
Constructors
| Constructs a combined cell from a specified collection of cells. |
|
| Constructs a CombinedCell<TCell> structure consisting of a single cell. |
Instance methods
bool | |
Determines whether the specified cell is one of the underlying cell of this combined cell. |
bool | | Refer to the documentation for IEquatable<CombinedCell<TCell>>.Equals. |
bool | | Refer to the documentation for object.Equals. |
IEnumerator<TCell> | | Refer to the documentation for IEnumerable<TCell>.GetEnumerator. |
int | | Refer to the documentation for object.GetHashCode. |
string | | Refer to the documentation for object.ToString. |
Instance properties
PointD | | Refer to the documentation for IHasSvgGeometry.Center. |
int | | Returns the number of underlying cells. |
IEnumerable<Link<Vertex>> | | Refer to the documentation for IHasSvgGeometry.Edges. |