Get the X coordinate of the query point at the supplied index. This
value is in the selected space of the input image.
Namespace: Cognex.VisionPro.AutoSelectAssembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 79.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The zero based index of the query point under consideration.
Return Value
Type: DoubleThe X coordinate of the specified query point, in the selected space of the input image.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied query point index is less than zero or greater than or equal to the current number of defined query points. |
See Also