Struct PixelRangeY
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
Represents a range of pixels between two pixels on the vertical axis used in Signal plots. The value of Top will be SMALLER than the value of Bottom.
public struct PixelRangeY
- Inherited Members
- Extension Methods
Constructors
PixelRangeY(float, float)
Represents a range of pixels between two pixels on the vertical axis used in Signal plots. The value of Top will be SMALLER than the value of Bottom.
public PixelRangeY(float y1, float y2)
Parameters
Properties
Bottom
public readonly float Bottom { get; }
Property Value
Span
public readonly float Span { get; }
Property Value
Top
public readonly float Top { get; }
Property Value
Methods
Contains(float)
public readonly bool Contains(float position)
Parameters
position
float
Returns
Expand(float)
public void Expand(float value)
Parameters
value
float
ToString()
Returns the fully qualified type name of this instance.
public override readonly string ToString()
Returns
- string
The fully qualified type name.