Class PathParser
Inheritance
System.Object
PathParser
Implements
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.Parsing
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class PathParser : IPathParser
Constructors
PathParser()
Declaration
public PathParser()
Methods
FromGmPath(Path)
Declaration
public IEnumerable<Segment> FromGmPath(Path path)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.GraphicsMill.AdvancedDrawing.Path | path |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<Segment> |