Struct PixelColumn
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
This data structure describes a single vertical column of pixels that represents the Y span of an X range of data points.
public readonly struct PixelColumn
- Inherited Members
- Extension Methods
Constructors
PixelColumn(float, float, float, float, float)
public PixelColumn(float x, float enter, float exit, float bottom, float top)
Parameters
Fields
Bottom
public readonly float Bottom
Field Value
Enter
public readonly float Enter
Field Value
Exit
public readonly float Exit
Field Value
Top
public readonly float Top
Field Value
X
public readonly float X
Field Value
Properties
HasData
public bool HasData { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.
WithoutData(float)
public static PixelColumn WithoutData(float x)
Parameters
x
float