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