CogFitCircle AddPoint Method Cognex VisionPro 9.7
Add a new point to the end of the list of points.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public void AddPoint(
	double x,
	double y
)
Events

Event TypeReason
CogFitCircle Changed

Fires when a point is added.

The following state flags may be affected:

Remarks

Add a new point to the end of the list of points.

See Also