Skip to main content

Class LineBuilder

Namespace: Aurigma.DesignAtoms.ImageProcessing.Parsing.Builders
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class LineBuilder : ISegmentBuilder

Inheritance: System.Object -> LineBuilder

Implements

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

LineBuilder

public LineBuilder(PathPoint start)

Properties

CanBuild

public bool CanBuild { get; }

Methods

Add

public ISegmentBuilder Add(PathPoint point)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.AdvancedDrawing.PathPointpoint
Returns

Aurigma.DesignAtoms.ImageProcessing.Parsing.Builders.ISegmentBuilder

Build

public Segment Build()
Returns

Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Path.Segment

Was this page helpful?