CogAutoSelect QueryPointAdd Method Cognex VisionPro 9.21 SR1
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.AutoSelect
Assembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 85.1.0.0
Syntax

public void QueryPointAdd(
	double newX,
	double newY
)

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 TypeReason
ICogChangedEvent Changed Fires when this point is added to the CogAutoSelect object's internal list of query points.
See Also