Interface IGrid<TPoint>
An explicit shape that has for each of its points a value associated.
public interface IGrid<TPoint> : IExplicitShape<TPoint>, IImplicitShape<TPoint>
Type Parameters
TPoint
Type of the Point.
- Inherited Members
- Extension Methods
Methods
- CloneStructure<TNewCell>()
Returns a grid with exactly the same structure, but potentially holding elements of a different type.