Interface IImageTraceSmoother

Interface IImageTraceSmoother

Namespace: Aspose.Svg.ImageVectorization
Assembly: Aspose.SVG.dll (25.12.0)

The IImageTraceSmoother interface is responsible for smoothing trace.

[ComVisible(true)]
public interface IImageTraceSmoother

Methods

Smooth(IEnumerable<PointF>)

Smoothes trace.

IEnumerable<PointF> Smooth(IEnumerable<PointF> trace)

Parameters

trace IEnumerable < PointF >

The list of the trace points.

Returns

IEnumerable < PointF >

The list of the smoothed trace points.

 English