IPathBuilder Interface
IPathBuilder interface
The IPathBuilder interface is responsible for building path segments SVGPathSeg from list of the trace points.
public interface IPathBuilder
Methods
| Name | Description |
|---|---|
| Build(IEnumerable<PointF>) | Optimizes a given trace into an SVG path segment, using the least number of line and Bezier curve commands for accurate representation. |
See Also
- namespace Aspose.Svg.ImageVectorization
- assembly Aspose.SVG