Map the supplied points through this transform.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
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: DoubleA 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
Implements
ICogTransform2D MapPoints( Double )Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If coordinatesXY is not an array of doubles. |
| ArgumentNullException | If the coordinatesXY parameter is null. |
See Also