Interface IPathStrategy
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
Strategy for generating a path that connects a collection of pixels
public interface IPathStrategy
- Extension Methods
Methods
GetPath(IEnumerable<Pixel>)
SKPath GetPath(IEnumerable<Pixel> pixels)
Parameters
pixels
IEnumerable<Pixel>