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.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
ActiveState
protected ActiveState(IPathBuilderContext context)
Methods
Add
public abstract void Add(PathPoint point)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.AdvancedDrawing.PathPoint | point |
Build
public IEnumerable<Segment> Build()
Returns
System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Path.Segment>
Fields
_context
protected readonly IPathBuilderContext _context