Click or drag to resize

FieldParameter.GetYBounds Method

Returns the min and max y at the given x position.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.20.0
Syntax
C#
public (double Min, double Max) GetYBounds(
	double x
)

Parameters

x  Double
X Position.

Return Value

ValueTuple<Double, Double>
Min and max y at the given x position.
See Also