Add a new point to the end of the list of points.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Parameters
- x
- Type: System Double
The X-coordinate of the point to add.
- y
- Type: System Double
The Y-coordinate of the point to add.
Events
| Event Type | Reason |
|---|---|
| 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