Skip to main content

Class PathExtractor

Namespace: Aurigma.DesignAtoms.ImageProcessing
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class PathExtractor

Inheritance: System.Object -> PathExtractor

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

PathExtractor

public PathExtractor(IPathParser pathParser)

Methods

FromGraphicsContainer

public IEnumerable<Segment> FromGraphicsContainer(GraphicsContainer graphicsContainer, float pathOffset)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.AdvancedDrawing.GraphicsContainergraphicsContainer
System.SinglepathOffset
Returns

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

Was this page helpful?