ISupportsEdgeGridTPoint Interface |
Namespace: Gamelogic.Grids
[VersionAttribute(1, 1, 0)] public interface ISupportsEdgeGrid<TPoint> where TPoint : Object, IGridPoint<TPoint>
The ISupportsEdgeGridTPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| MakeEdgeGridTNewCell |
Makes a grid that corresponds to the edges of this grid.
If point is inside this grid, then all of point.GetEdges()
are in the grid returned by this method.
|