ICogTransform2D MapPoints Method Cognex VisionPro 9.7
Map the supplied points through this transform.

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

double[,] MapPoints(
	double[,] coordinatesXY
)

Parameters

coordinatesXY
Type:  System Double 
A row-major two dimensional array of X,Y point coordinates to be mapped. These elements must be of type double.

Return Value

Type:  Double 
A row-major two dimensional array of the mapped X,Y point coordinates. The size of this array is equal to the size of the input array
Exceptions

ExceptionCondition
ArgumentExceptionIf coordinatesXY is not a two dimensional array with two columns.
ArgumentNullExceptionIf the coordinatesXY parameter is null.
See Also