Build

PathBuilder.Build method

Builds path segments from the list of the trace points.

public IEnumerable<SVGPathSeg> Build(IEnumerable<PointF> trace, SVGPathElement path)
ParameterTypeDescription
traceIEnumerable`1The list of trace points
pathSVGPathElementThe SVG path element where path segments will be added.

Return Value

The list of the path segments SVGPathSeg.

See Also