Interface IPathBuilder

Interface IPathBuilder

名称: Aspose.Svg.ImageVectorization 會議: Aspose.SVG.dll (25.5.0)

IPathBuilder 接口负责从跟踪点列表中构建 Aspose.Svg.Paths. SVGPathSeg 路径部分。

[ComVisible(true)]
public interface IPathBuilder

Methods

Build(可数)

在 SVG 路径部分中优化一个特定的轨道,使用最少的线条和 Bezier 曲线命令进行准确的代表性。

string Build(IEnumerable<pointf> trace)

Parameters

trace IEnumerable < PointF >

一个序列的点表明的轨道将被优化到一个SVG路径。

Returns

string

一条线代表一个SVG路线部分,以最小线和Bezier曲线命令有效地接近原始轨道。

 中文