Table of Contents

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 CoordinatePath
Z double

Properties

Path

public CoordinatePath Path { readonly get; set; }

Property Value

CoordinatePath

Z

public double Z { readonly get; set; }

Property Value

double