Skip to main content

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
TypeNameDescription
Aurigma.GraphicsMill.AdvancedDrawing.PathPointpoint

Build

IEnumerable<Segment> Build()
Returns

System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Path.Segment>

Was this page helpful?