Click or drag to resize

BaseMarkableCalibration2dPatternGetXBounds Method

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

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

Parameters

y  Double
Y Position.
outOfField  Boolean

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

Return Value

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