imaqMakePoint
Usage
Point imaqMakePoint(int xCoordinate, int yCoordinate);
Purpose
Returns a Point structure with the values you specify. The Point structure defines the location of a point. You can embed a call to imaqMakePoint() in calls to other NI Vision functions that require Point structures as input parameters, thereby eliminating the need to declare a Point variable.
Parameters
|
Name
|
Type
|
Description
|
|---|---|---|
| xCoordinate | int | Horizontal location of the point. |
| yCoordinate | int | Vertical location of the point. |
Return Value
| Type |
Description |
|---|---|
| Point | This function returns a Point structure containing the coordinate values you specify. |