Interface IImageTraceSimplifier
Interface IImageTraceSimplifier
Namespace: Aspose.Svg.ImageVectorization
Assembly: Aspose.SVG.dll (25.12.0)
The IImageTraceSimplifier interface is responsible for reduction of points in the trace.
[ComVisible(true)]
public interface IImageTraceSimplifierMethods
Simplify(IEnumerable<PointF>)
Reduces number of points in the trace.
IEnumerable<PointF> Simplify(IEnumerable<PointF> trace)Parameters
trace IEnumerable
<
PointF
>
The list of the trace points.
Returns
IEnumerable < PointF >
The reduced list of the trace points.