ReferenceMode
Specifies the method that the function uses to calculate the coordinate system.
Elements
Name | Value | Description |
---|---|---|
IMAQ_COORD_X_Y | 0 | This method requires three elements in the points array. The first two points are on the x-axis of the coordinate system, and the third point is on the y-axis. |
IMAQ_COORD_ORIGIN_X | 1 | This method requires two elements in the points array. The first point is the origin of the coordinate system, and the second point is on the x-axis. |
IMAQ_REFERENCE_MODE_SIZE_GUARD | 0xFFFFFFFF | Reserved |