Class PathExtractor
Namespace: Aurigma.DesignAtoms.ImageProcessing
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class PathExtractor
Inheritance: System.Object -> PathExtractor
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
PathExtractor
public PathExtractor(IPathParser pathParser)
Methods
FromGraphicsContainer
public IEnumerable<Segment> FromGraphicsContainer(GraphicsContainer graphicsContainer, float pathOffset)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.AdvancedDrawing.GraphicsContainer | graphicsContainer | |
System.Single | pathOffset |
Returns
System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Path.Segment>