Class PathParser
Namespace: Aurigma.DesignAtoms.ImageProcessing.Parsing
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class PathParser : IPathParser
Inheritance: System.Object -> PathParser
Implements
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
PathParser
public PathParser()
Methods
FromGmPath
public 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>