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