Interface IPathGenerator
Interface IPathGenerator
public interface IPathGenerator
Methods
Path(IEnumerable<Point>)
Pathes the specified data.
string Path(IEnumerable<Point> data)
Parameters
data
IEnumerable<Point>The data.
Returns
- string
System.String.