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