Skip to main content

Class ActiveState

Namespace: Aurigma.DesignAtoms.ImageProcessing.Parsing.Builders.Path.States
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public abstract class ActiveState : IPathBuilderState

Inheritance: System.Object -> ActiveState

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

ActiveState

protected ActiveState(IPathBuilderContext context)

Methods

Add

public abstract void Add(PathPoint point)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.AdvancedDrawing.PathPointpoint

Build

public IEnumerable<Segment> Build()
Returns

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

Fields

_context

protected readonly IPathBuilderContext _context
Was this page helpful?