Interface ISegmentBuilder
Namespace: Aurigma.DesignAtoms.ImageProcessing.Parsing.Builders
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public interface ISegmentBuilder
Properties
CanBuild
bool CanBuild { get; }
Methods
Build
Segment Build()
Returns
Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Path.Segment
Add
ISegmentBuilder Add(PathPoint point)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.AdvancedDrawing.PathPoint | point |
Returns
Aurigma.DesignAtoms.ImageProcessing.Parsing.Builders.ISegmentBuilder