Map the supplied points through this transform.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
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: Vect2CollectionImplements
ITransform2D MapPoints(Vect2Collection)Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If 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