BaseMarkableCalibration2dPatternGetYBounds Method |
Returns the min and max y at the given x position.
Namespace: RAYLASE.CalibrationPlugin.JobElementsAssembly: RAYLASE.CalibrationPlugin (in RAYLASE.CalibrationPlugin.dll) Version: 2.19.0
Syntaxprotected (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,
DoubleMin and max y at the given x position.
See Also