CogCalibNPointToNPoint AddPointPair Method Cognex VisionPro 9.8
Adds a new point to the end of each point set. NumPoints will be increased by one.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 75.1.0.0
Syntax

public void AddPointPair(
	double uncalibratedX,
	double uncalibratedY,
	double rawCalibratedX,
	double rawCalibratedY
)

Parameters

uncalibratedX
Type: System Double

The x-axis coordinate value for the uncalibrated point.

uncalibratedY
Type: System Double

The y-axis coordinate value for the uncalibrated point.

rawCalibratedX
Type: System Double

The x-axis coordinate value for the raw calibrated point.

rawCalibratedY
Type: System Double

The y-axis coordinate value for the raw calibrated point.

Events

Remarks

Adds a new point with the specified coordinates to the end of each point set and increases NumPoints by one.

Note: AddPointPair(Double, Double, Double, Double) does not affect any of the existing points in the point sets.

See Also