Transform2DLinear MapPoints Method Cognex VisionPro 9.21 SR1

Map the supplied points through this transform.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public Vect2Collection MapPoints(
	Vect2Collection coordinatesXY
)

Parameters

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

Return Value

Type: Vect2Collection

Implements

ITransform2D MapPoints(Vect2Collection)
Exceptions

ExceptionCondition
ArgumentExceptionIf coordinatesXY is not an array of doubles.
Remarks

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

See Also