Add the specified query point to the internal list of query
points. These X,Y coordinates are in the selected space of the input
image.
Namespace: Cognex.VisionPro.AutoSelectAssembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 93.1.0.0
Syntax
Parameters
- newX
- Type: System Double
The X coordinate of the new query point, in the selected space of the input image.
- newY
- Type: System Double
The Y coordinate of the new query point, in the selected space of the input image.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this point is added to the CogAutoSelect object's internal list of query points. |
See Also