Struct PixelPath
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public readonly struct PixelPath
- Inherited Members
-
- Extension Methods
-
Constructors
PixelPath(Pixel[], bool)
public PixelPath(Pixel[] pixels, bool close)
Parameters
pixels
Pixel[]
close
bool
Fields
Close
public readonly bool Close
Field Value
- bool
Pixels
public readonly Pixel[] Pixels
Field Value
- Pixel[]
Methods
Closed(Pixel[])
public static PixelPath Closed(Pixel[] pixels)
Parameters
pixels
Pixel[]
Returns
- PixelPath
Closed(IEnumerable<Pixel>)
public static PixelPath Closed(IEnumerable<Pixel> pixels)
Parameters
pixels
IEnumerable<Pixel>
Returns
- PixelPath
Open(Pixel[])
public static PixelPath Open(Pixel[] pixels)
Parameters
pixels
Pixel[]
Returns
- PixelPath
Open(IEnumerable<Pixel>)
public static PixelPath Open(IEnumerable<Pixel> pixels)
Parameters
pixels
IEnumerable<Pixel>
Returns
- PixelPath