Interface IPathParser
Namespace: Aurigma.DesignAtoms.ImageProcessing.Parsing
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public interface IPathParser
Methods
FromGmPath
IEnumerable<Segment> FromGmPath(Path path)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.AdvancedDrawing.Path | path |
Returns
System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Path.Segment>