Class BuildingSubpathState
Namespace: Aurigma.DesignAtoms.ImageProcessing.Parsing.Builders.Path.States
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public abstract class BuildingSubpathState : ActiveState, IPathBuilderState
Inheritance: System.Object -> Aurigma.DesignAtoms.ImageProcessing.Parsing.Builders.Path.States.ActiveState -> BuildingSubpathState
Implements
Inherited Members
- Aurigma.DesignAtoms.ImageProcessing.Parsing.Builders.Path.States.ActiveState._context
- Aurigma.DesignAtoms.ImageProcessing.Parsing.Builders.Path.States.ActiveState.Add(Aurigma.GraphicsMill.AdvancedDrawing.PathPoint)
- Aurigma.DesignAtoms.ImageProcessing.Parsing.Builders.Path.States.ActiveState.Build()
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
BuildingSubpathState
protected BuildingSubpathState(IPathBuilderContext context, PathPoint subpathStart, PathPoint segmentStart)
Fields
_subpathStart
protected PathPoint _subpathStart
_segmentStart
protected PathPoint _segmentStart