Interface IImageTraceSmoother
Interface IImageTraceSmoother
Namespace: Aspose.Svg.ImageVectorization
Assembly: Aspose.SVG.dll (25.5.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. </pointf>