Click or drag to resize

FieldParameterGetXBounds Method

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

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public (double Min, double Max) GetXBounds(
	double y
)

Parameters

y  Double
Y Position.

Return Value

ValueTupleDouble, Double
Min and max x at the given y position.
See Also