Click or drag to resize

BaseMarkableCalibration2dPatternGetYBounds Method

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

Namespace: RAYLASE.CalibrationPlugin.JobElements
Assembly: RAYLASE.CalibrationPlugin (in RAYLASE.CalibrationPlugin.dll) Version: 2.19.0
Syntax
C#
protected (double Min, double Max) GetYBounds(
	double x,
	out bool outOfField
)

Parameters

x  Double
X Position.
outOfField  Boolean

[Missing <param name="outOfField"/> documentation for "M:RAYLASE.CalibrationPlugin.JobElements.BaseMarkableCalibration2dPattern.GetYBounds(System.Double,System.Boolean@)"]

Return Value

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