Method CloneStructure
CloneStructure<TNewCell>()
Returns a grid with exactly the same structure, but potentially holding elements of a different type.
IGrid<TPoint, TNewCell> CloneStructure<TNewCell>()
Returns
- IGrid<TPoint, TNewCell>
Cloned Grid.
Type Parameters
TNewCell