Interface ISupportsEdges<TVertexPoint>
Used to indicated that grids of this point type can support edge grids. Replaces ISupportsEdgeGrid that is now applied to grids, not Interface
[Version(1, 1, 0)]
public interface ISupportsEdges<TVertexPoint>
Type Parameters
TVertexPoint
- Extension Methods
Methods
GetEdges()
IEnumerable<TVertexPoint> GetEdges()
Returns
- IEnumerable<TVertexPoint>