Interface IPathBuilder
IPathBuilder interface
IPathBuilder接口负责构建路径段SVGPathSeg
来自跟踪点列表.
public interface IPathBuilder
方法
姓名 | 描述 |
---|---|
Build(IEnumerable<PointF>, SVGPathElement) | 从跟踪点列表构建路径段。 |
IPathBuilder接口负责构建路径段SVGPathSeg
来自跟踪点列表.
public interface IPathBuilder
姓名 | 描述 |
---|---|
Build(IEnumerable<PointF>, SVGPathElement) | 从跟踪点列表构建路径段。 |