Smooth
IImageTraceSmoother.Smooth method
平滑跟踪。
public IEnumerable<PointF> Smooth(IEnumerable<PointF> trace)
范围 | 类型 | 描述 |
---|---|---|
trace | IEnumerable`1 | 跟踪点列表。 |
返回值
平滑跟踪点的列表。
也可以看看
- interface IImageTraceSmoother
- 命名空间 Aspose.Svg.ImageVectorization
- 部件 Aspose.SVG
平滑跟踪。
public IEnumerable<PointF> Smooth(IEnumerable<PointF> trace)
范围 | 类型 | 描述 |
---|---|---|
trace | IEnumerable`1 | 跟踪点列表。 |
平滑跟踪点的列表。