IImageTraceSimplifier Interface

IImageTraceSimplifier interface

The IImageTraceSimplifier interface is responsible for reduction of points in the trace.

public interface IImageTraceSimplifier

Methods

NameDescription
Simplify(IEnumerable<PointF>)Reduces number of points in the trace.

See Also