Skip to main content

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

Aurigma.DesignAtoms.ImageProcessing.Parsing.Builders.Path.IPathBuilder

Build

IEnumerable<Segment> Build()
Returns

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

Was this page helpful?