Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Struct: RT.Coordinates.EdgeInfo<TCell>

Summary

Encapsulates information returned by Structure<TCell>.svgEdgeType(Link<Vertex>, List<TCell>).

Generic type parameters

TCell The type of cell used by the structure.

Instance methods

void
Deconstruct(out EdgeType edgeType, out TCell cell1, out TCell cell2)
Deconstructor.

Instance fields

TCell Contains a cell adjacent to the edge. If EdgeInfo<TCell>.EdgeType is EdgeType.Outline, this is the only cell used.
TCell Contains the cell on the opposite side of the edge from EdgeInfo<TCell>.Cell1. If EdgeInfo<TCell>.EdgeType is EdgeType.Outline, this field is unused.
EdgeTypeThe type of edge to use when drawing an edge in SVG.