Method Clone
Clone<TPoint, TCell>(IGrid<TPoint, TCell>)
Returns a shallow copy of the given grid.
public static IGrid<TPoint, TCell> Clone<TPoint, TCell>(this IGrid<TPoint, TCell> grid)
Parameters
grid
IGrid<TPoint, TCell>
Returns
- IGrid<TPoint, TCell>
Type Parameters
TPoint
TCell