IPathBuilder Interface

IPathBuilder interface

The IPathBuilder interface is responsible for building path segments SVGPathSeg from list of the trace points.

public interface IPathBuilder

Methods

NameDescription
Build(IEnumerable<PointF>)Optimizes a given trace into an SVG path segment, using the least number of line and Bezier curve commands for accurate representation.

See Also