Legend
| Static method: string SvgEdgesPath( |
IEnumerable<Link<Vertex>> | edges | A set of edges to render. |
Func<Vertex, PointD> | getVertexPoint | An optional function that can customize the coordinates of each vertex. |
Func<double, string> | r |
Provides a means to turn floating-point values into strings. Structure<TCell>.Svg( |