Struct ContourLine
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public record struct ContourLine : IEquatable<ContourLine>
- Implements
- Inherited Members
- Extension Methods
Constructors
ContourLine(CoordinatePath, double)
public ContourLine(CoordinatePath Path, double Z)
Parameters
Path
CoordinatePathZ
double
Properties
Path
public CoordinatePath Path { readonly get; set; }
Property Value
Z
public double Z { readonly get; set; }