Interface IPathBuilder
Namespace: Aurigma.DesignAtoms.ImageProcessing.Parsing.Builders.Path
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public interface IPathBuilder
Methods
Add
IPathBuilder Add(PathPoint point)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.AdvancedDrawing.PathPoint | point |
Returns
Aurigma.DesignAtoms.ImageProcessing.Parsing.Builders.Path.IPathBuilder
Build
IEnumerable<Segment> Build()
Returns
System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Path.Segment>