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