Build
IPathBuilder.Build method
从跟踪点列表构建路径段。
public IEnumerable<SVGPathSeg> Build(IEnumerable<PointF> trace, SVGPathElement path)
范围 | 类型 | 描述 |
---|---|---|
trace | IEnumerable`1 | 跟踪点列表。 |
path | SVGPathElement | 将添加路径段的 SVG 路径元素。 |
返回值
路径段列表SVGPathSeg
.
也可以看看
- class SVGPathSeg
- class SVGPathElement
- interface IPathBuilder
- 命名空间 Aspose.Svg.ImageVectorization
- 部件 Aspose.SVG