ImageTraceSimplifier.Simplify

ImageTraceSimplifier.Simplify method

Reduces the number of points it the list of the trace points.

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

Return Value

The list of the reduced trace points.

See Also