IImageTraceSimplifier.Simplify

IImageTraceSimplifier.Simplify method

Reduces number of points in the trace.

public IEnumerable<PointF> Simplify(IEnumerable<PointF> trace)
ParameterTypeDescription
traceIEnumerable`1The list of the trace points.

Return Value

The reduced list of the trace points.

See Also